Skip to content

Commit 3fb076f

Browse files
Bump dawidd6/action-download-artifact from 13 to 15 (#661)
1 parent 22d716d commit 3fb076f

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

0 commit comments

Comments
 (0)