Skip to content

Commit

Permalink
Merge pull request #166 from RedHatInsights/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/github-script-7.0.0

build(deps): bump actions/github-script from 6.4.0 to 7.0.0
  • Loading branch information
jponge authored Nov 16, 2023
2 parents 9b6178b + 2627ef3 commit 14c4d85
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 14c4d85

Please sign in to comment.