We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40654d commit 7fbe216Copy full SHA for 7fbe216
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
fi
46
47
- name: Upload artifact
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: dist
51
path: dist/
@@ -60,7 +60,7 @@ jobs:
60
61
steps:
62
- name: Download artifact
63
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
64
65
66
0 commit comments