Skip to content

Commit 4a693e0

Browse files
chore(deps): update actions/download-artifact action to v5 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c9a4a2 commit 4a693e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.ref == 'refs/heads/develop'
3030
steps:
3131
- uses: actions/checkout@v5
32-
- uses: actions/download-artifact@v4
32+
- uses: actions/download-artifact@v5
3333
with: { name: docs, path: docs/site }
3434
- uses: JamesIves/github-pages-deploy-action@v4.7.3
3535
with:

0 commit comments

Comments
 (0)