Skip to content

Commit ccdf9d8

Browse files
authored
Upgrade download-artifact action to v4
1 parent 37872b4 commit ccdf9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Download build artifacts
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: astro-build
4949
path: dist

0 commit comments

Comments
 (0)