We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00665c6 commit 3fe9d3bCopy full SHA for 3fe9d3b
.github/workflows/pr-compliance-check.yml
@@ -18,7 +18,7 @@ jobs:
18
pr-number: ${{ steps.pr-info.outputs.pr-number }}
19
steps:
20
- name: Download PR info
21
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v9
22
with:
23
name: pr_number
24
path: pr/
@@ -101,7 +101,7 @@ jobs:
101
repository: ${{ github.event.workflow_run.head_repository.full_name }}
102
ref: ${{ github.event.workflow_run.head_sha }}
103
- name: Download benchmark results
104
105
106
name: coverage-reports
107
path: reports/
0 commit comments