|
@@ -15,7 +15,7 @@ jobs:
|
|
|
ref: ${{ github.event.workflow_run.head_branch }}
|
|
ref: ${{ github.event.workflow_run.head_branch }}
|
|
|
fetch-depth: 0
|
|
fetch-depth: 0
|
|
|
- name: 'Download code coverage'
|
|
- name: 'Download code coverage'
|
|
|
- uses: actions/github-script@v6
|
|
|
|
|
|
|
+ uses: actions/github-script@v7
|
|
|
with:
|
|
with:
|
|
|
script: |
|
|
script: |
|
|
|
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
|
|
let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({
|