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 85a138e commit a80c1b6Copy full SHA for a80c1b6
.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