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 18f6745 commit 2356093Copy full SHA for 2356093
.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