Skip to content

Commit

Permalink
Merge pull request #3280 from pybamm-team/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
Saransh-cpp authored Aug 21, 2023
2 parents 7e5522e + 65df998 commit a30ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
repository: pybamm-team/pybamm-bench
token: ${{ secrets.BENCH_PAT }}
- name: Download results artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: asv_new_results
path: new_results
Expand Down

0 comments on commit a30ba8f

Please sign in to comment.