Skip to content

Commit cfba2c5

Browse files
Bump dawidd6/action-download-artifact from 20 to 21 (#2077)
1 parent 70115cc commit cfba2c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.workflow_run.conclusion == 'success'
1919
steps:
2020
- name: Download Release Info
21-
uses: dawidd6/action-download-artifact@v20
21+
uses: dawidd6/action-download-artifact@v21
2222
with:
2323
run_id: ${{ github.event.workflow_run.id }}
2424
name: release-info
@@ -43,7 +43,7 @@ jobs:
4343
issues: write
4444
steps:
4545
- name: Download and Extract Artifacts from build
46-
uses: dawidd6/action-download-artifact@v20
46+
uses: dawidd6/action-download-artifact@v21
4747
with:
4848
run_id: ${{ github.event.workflow_run.id }}
4949
name: Signed

.github/workflows/test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# Need to download from the associated workflow
2424
- name: Download and Extract Artifacts from build
25-
uses: dawidd6/action-download-artifact@v20
25+
uses: dawidd6/action-download-artifact@v21
2626
with:
2727
run_id: ${{ github.event.workflow_run.id }}
2828
path: artifacts

0 commit comments

Comments
 (0)