Skip to content

Commit 1fad53e

Browse files
Bump dawidd6/action-download-artifact from 18 to 19 (#679)
1 parent 238da4e commit 1fad53e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v18
18+
uses: dawidd6/action-download-artifact@v19
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@v18
73+
uses: dawidd6/action-download-artifact@v19
7474
continue-on-error: true
7575
with:
7676
workflow: main.yml

0 commit comments

Comments
 (0)