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 6e19b89 commit 64fe3f6Copy full SHA for 64fe3f6
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ubuntu-latest
57
if: github.event_name == 'release' && github.event.action == 'published'
58
steps:
59
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
60
with:
61
name: artifact
62
path: dist
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
0 commit comments