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