We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519675e commit 39b03f1Copy full SHA for 39b03f1
.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@v6
+ uses: dawidd6/action-download-artifact@v7
22
with:
23
name: pr_number
24
path: pr/
@@ -100,7 +100,7 @@ jobs:
100
repository: ${{ github.event.workflow_run.head_repository.full_name }}
101
ref: ${{ github.event.workflow_run.head_sha }}
102
- name: Download benchmark results
103
104
105
name: coverage-reports
106
path: reports/
0 commit comments