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 08a96d6 + aaf8a1e commit 73a6d1fCopy full SHA for 73a6d1f
.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@v7.0.1
+ uses: actions/github-script@v3.1.0
22
with:
23
script: |
24
var artifacts = await github.actions.listWorkflowRunArtifacts({
0 commit comments