Skip to content

Commit 2bee4ed

Browse files
dependabot[bot]milkshakeuk
authored andcommitted
Bump actions/github-script from 6.4.1 to 7.0.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.4.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad642a6 commit 2bee4ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-pr-coverage-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.workflow_run.head_branch }}
2222

2323
- name: 'Download artifact'
24-
uses: actions/github-script@v6.4.1
24+
uses: actions/github-script@v7.0.1
2525
with:
2626
script: |
2727
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({

.github/workflows/publish-pr-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
github.event.workflow_run.conclusion == 'failure' ) }}
1818
steps:
1919
- name: 'Download artifact'
20-
uses: actions/github-script@v6.4.1
20+
uses: actions/github-script@v7.0.1
2121
with:
2222
script: |
2323
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({

0 commit comments

Comments
 (0)