We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e252a0 commit b92a970Copy full SHA for b92a970
.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.1.7
32
with:
33
name: artifact
34
path: dist
0 commit comments