Skip to content

Commit 39b03f1

Browse files
Bump dawidd6/action-download-artifact from 6 to 7
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v6...v7) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 519675e commit 39b03f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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@v6
21+
uses: dawidd6/action-download-artifact@v7
2222
with:
2323
name: pr_number
2424
path: pr/
@@ -100,7 +100,7 @@ jobs:
100100
repository: ${{ github.event.workflow_run.head_repository.full_name }}
101101
ref: ${{ github.event.workflow_run.head_sha }}
102102
- name: Download benchmark results
103-
uses: dawidd6/action-download-artifact@v6
103+
uses: dawidd6/action-download-artifact@v7
104104
with:
105105
name: coverage-reports
106106
path: reports/

0 commit comments

Comments
 (0)