Skip to content

Commit

Permalink
Sync artifact names with the upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Dec 19, 2023
1 parent d97df92 commit bcd9798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Download results artifact
uses: actions/download-artifact@v4
with:
name: asv_new_results
name: asv_periodic_results
path: new_results

- name: Copy new results and push to pybamm-bench repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_benchmarks_over_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Download results artifact
uses: actions/download-artifact@v4
with:
name: asv_new_results
name: asv_over_history_results
path: new_results
- name: Copy new results and push to pybamm-bench repo
env:
Expand Down

0 comments on commit bcd9798

Please sign in to comment.