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.
2 parents 18f6745 + 2356093 commit 7b7cb63Copy full SHA for 7b7cb63
.github/workflows/upload-release.yml
@@ -31,7 +31,7 @@ jobs:
31
draft: false
32
prerelease: false
33
- name: Download ZIP artifact
34
- uses: dawidd6/action-download-artifact@v6
+ uses: actions/download-artifact@v2
35
with:
36
github_token: ${{secrets.GITHUB_TOKEN}}
37
# Required, workflow file name or ID
0 commit comments