We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff66c2 commit 07ebb10Copy full SHA for 07ebb10
.github/workflows/publish-release.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
needs: [build]
33
steps:
34
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4.1.7
35
with:
36
name: artifact
37
path: dist
0 commit comments