Skip to content

Commit

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

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
Saransh-cpp authored Aug 21, 2023
2 parents be82d73 + 19419a6 commit b5f24e8
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 @@ -41,7 +41,7 @@ jobs:
SUNDIALS_INST: $HOME/.local
LD_LIBRARY_PATH: $HOME/.local/lib
- name: Upload results as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: asv_new_results
path: results
Expand Down

0 comments on commit b5f24e8

Please sign in to comment.