Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-compliance-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pr-number: ${{ steps.pr-info.outputs.pr-number }}
steps:
- name: Download PR info
uses: dawidd6/action-download-artifact@v16
uses: dawidd6/action-download-artifact@v17
with:
name: pr_number
path: pr/
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_sha }}
- name: Download benchmark results
uses: dawidd6/action-download-artifact@v16
uses: dawidd6/action-download-artifact@v17
with:
name: coverage-reports
path: reports/
Expand Down
Loading