Skip to content

Commit b7fe109

Browse files
Bump actions/github-script from 3.1.0 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v3.1.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 754cf48 commit b7fe109

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@v3.1.0
21+
uses: actions/github-script@v8.0.0
2222
with:
2323
script: |
2424
var artifacts = await github.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)