Skip to content

Commit

Permalink
Merge pull request #3973 from opensim-org/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/dawidd6/action-download-artifact-6

Bump dawidd6/action-download-artifact from 3.0.0 to 6 in /.github/workflows
  • Loading branch information
nickbianco authored Nov 25, 2024
2 parents db5dcd4 + 0aa32f5 commit c82ded4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ jobs:

- name: Download performance analysis results
id: download-artifact
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.PERF_DISPATCH_PAT }}
run_id: ${{ steps.return_dispatch.outputs.run_id }}
Expand Down Expand Up @@ -830,7 +830,7 @@ jobs:

- name: Download performance analysis results
id: download-artifact
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{ secrets.PERF_DISPATCH_PAT }}
run_id: ${{ steps.return_dispatch.outputs.run_id }}
Expand Down

0 comments on commit c82ded4

Please sign in to comment.