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 305c80a commit c3b4d17Copy full SHA for c3b4d17
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
id-token: write
29
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
30
steps:
31
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
32
with:
33
name: artifact
34
path: dist
0 commit comments