Skip to content

Commit 3fe9d3b

Browse files
Bump dawidd6/action-download-artifact from 8 to 9 (#261)
1 parent 00665c6 commit 3fe9d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-compliance-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pr-number: ${{ steps.pr-info.outputs.pr-number }}
1919
steps:
2020
- name: Download PR info
21-
uses: dawidd6/action-download-artifact@v8
21+
uses: dawidd6/action-download-artifact@v9
2222
with:
2323
name: pr_number
2424
path: pr/
@@ -101,7 +101,7 @@ jobs:
101101
repository: ${{ github.event.workflow_run.head_repository.full_name }}
102102
ref: ${{ github.event.workflow_run.head_sha }}
103103
- name: Download benchmark results
104-
uses: dawidd6/action-download-artifact@v8
104+
uses: dawidd6/action-download-artifact@v9
105105
with:
106106
name: coverage-reports
107107
path: reports/

0 commit comments

Comments
 (0)