|
@@ -54,7 +54,7 @@ jobs:
|
|
|
run: |
|
|
run: |
|
|
|
git checkout ${{ github.event.workflow_run.head_sha }}
|
|
git checkout ${{ github.event.workflow_run.head_sha }}
|
|
|
- name: Download coverage artifacts
|
|
- name: Download coverage artifacts
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/download-artifact@v8
|
|
|
with:
|
|
with:
|
|
|
name: code-coverage
|
|
name: code-coverage
|
|
|
run-id: ${{ github.event.workflow_run.id }}
|
|
run-id: ${{ github.event.workflow_run.id }}
|