Skip to content

Commit 8f021b6

Browse files
committed
Revert dependabot github-actions script change to last working version.
1 parent 08a96d6 commit 8f021b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_benchmark_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github.event.workflow_run.conclusion == 'success' }}
1919
steps:
2020
- name: 'Download artifact'
21-
uses: actions/github-script@v7.0.1
21+
uses: actions/github-script@f05a81df23035049204b043b50c3322045ce7eb3
2222
with:
2323
script: |
2424
var artifacts = await github.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)