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 dd6687e commit 8a0d423Copy full SHA for 8a0d423
.github/workflows/main.yml
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
61
steps:
62
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
63
with:
64
name: artifact
65
path: dist
0 commit comments