Skip to content

Commit 2356093

Browse files
Update upload-release.yml for downloading zip artifact
1 parent 18f6745 commit 2356093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
draft: false
3232
prerelease: false
3333
- name: Download ZIP artifact
34-
uses: dawidd6/action-download-artifact@v6
34+
uses: actions/download-artifact@v2
3535
with:
3636
github_token: ${{secrets.GITHUB_TOKEN}}
3737
# Required, workflow file name or ID

0 commit comments

Comments
 (0)