Skip to content

Commit

Permalink
build(deps): bump actions/github-script from 6.4.0 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6.4.0...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 1b5045c commit 2627ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# It would have been nice to be able to use actions/download-artifact@v2
# for this, but as the artifacts are uploaded by another workflow it does
# not seem possible - so we need to do this stuff instead
uses: actions/github-script@v6.4.0
uses: actions/github-script@v7.0.0
with:
script: |
var artifacts = await github.rest.actions.listWorkflowRunArtifacts({
Expand Down

0 comments on commit 2627ef3

Please sign in to comment.