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.
2 parents 5de8765 + a80c1b6 commit d8ce59aCopy full SHA for d8ce59a
.github/workflows/post_benchmark_results.yml
@@ -18,7 +18,7 @@ jobs:
18
github.event.workflow_run.conclusion == 'success' }}
19
steps:
20
- name: 'Download artifact'
21
- uses: actions/github-script@v3.1.0
+ uses: actions/github-script@v7.0.1
22
with:
23
script: |
24
var artifacts = await github.actions.listWorkflowRunArtifacts({
0 commit comments