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 bbb2c09 commit 94dbc83Copy full SHA for 94dbc83
.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@v2
+ uses: dawidd6/action-download-artifact@v6
35
with:
36
github_token: ${{secrets.GITHUB_TOKEN}}
37
# Required, workflow file name or ID
0 commit comments