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 08a96d6 commit 8f021b6Copy full SHA for 8f021b6
.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@f05a81df23035049204b043b50c3322045ce7eb3
22
with:
23
script: |
24
var artifacts = await github.actions.listWorkflowRunArtifacts({
0 commit comments