Skip to content

Commit f557f62

Browse files
Update actions/download-artifact action to v5
1 parent fe95877 commit f557f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: build
6161
if: success() && github.ref == 'refs/heads/main'
6262
steps:
63-
- uses: actions/download-artifact@v4
63+
- uses: actions/download-artifact@v5
6464
with:
6565
name: page
6666
path: "_site"

0 commit comments

Comments
 (0)