We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c19cb commit 499f846Copy full SHA for 499f846
1 file changed
.github/workflows/prerelease.yml
@@ -45,7 +45,7 @@ jobs:
45
needs: package
46
47
steps:
48
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
49
with:
50
name: built-artifacts
51
path: dist/
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments