Skip to content

Commit

Permalink
Merge pull request #819 from GeodynamicWorldBuilder/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/github-script-7.0.1

Bump actions/github-script from 3.1.0 to 7.0.1
  • Loading branch information
MFraters authored Jan 23, 2025
2 parents 5de8765 + a80c1b6 commit d8ce59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_benchmark_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' }}
steps:
- name: 'Download artifact'
uses: actions/github-script@v3.1.0
uses: actions/github-script@v7.0.1
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down

0 comments on commit d8ce59a

Please sign in to comment.