Skip to content

Commit 7b7cb63

Browse files
Merge pull request #1 from kar-rahul-aws/trialWorkflow
Update upload-release.yml for downloading zip artifact
2 parents 18f6745 + 2356093 commit 7b7cb63

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)