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 c76a39c commit 06d2a59Copy full SHA for 06d2a59
.github/workflows/cd.yml
@@ -30,7 +30,7 @@ jobs:
30
if: github.event_name == 'release' && github.event.action == 'published'
31
32
steps:
33
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
34
with:
35
name: artifact
36
path: dist
0 commit comments