Skip to content

Commit 560d5a3

Browse files
Bump dawidd6/action-download-artifact from 19 to 20 (#685)
1 parent 40d8de9 commit 560d5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
github.event.workflow_run.conclusion == 'success'
1616
steps:
1717
- name: Download PR comment artifact
18-
uses: dawidd6/action-download-artifact@v19
18+
uses: dawidd6/action-download-artifact@v20
1919
with:
2020
workflow: main.yml
2121
run_id: ${{ github.event.workflow_run.id }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
retention-days: 30
7171
- name: Download base branch coverage
7272
if: ${{ matrix.release_build && github.event_name == 'pull_request' }}
73-
uses: dawidd6/action-download-artifact@v19
73+
uses: dawidd6/action-download-artifact@v20
7474
continue-on-error: true
7575
with:
7676
workflow: main.yml

0 commit comments

Comments
 (0)