We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e252a0 + b92a970 commit af73527Copy full SHA for af73527
.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