We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdb5f0 commit 92d7bc3Copy full SHA for 92d7bc3
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
id-token: write
43
if: github.event_name == 'release' && github.event.action == 'published'
44
steps:
45
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
46
with:
47
name: artifact
48
path: dist
0 commit comments