We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67e6c2e + a4cac0c commit 51158fbCopy full SHA for 51158fb
1 file changed
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
id-token: write
37
if: github.event_name == 'release' && github.event.action == 'published'
38
steps:
39
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
40
with:
41
name: artifact
42
path: dist
0 commit comments