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 ad642a6 commit 2bee4edCopy full SHA for 2bee4ed
.github/workflows/publish-pr-coverage-results.yml
@@ -21,7 +21,7 @@ jobs:
21
ref: ${{ github.event.workflow_run.head_branch }}
22
23
- name: 'Download artifact'
24
- uses: actions/github-script@v6.4.1
+ uses: actions/github-script@v7.0.1
25
with:
26
script: |
27
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
.github/workflows/publish-pr-test-results.yml
@@ -17,7 +17,7 @@ jobs:
17
github.event.workflow_run.conclusion == 'failure' ) }}
18
steps:
19
20
0 commit comments