From bcd9798aee9e6220fcada2983c1384a688bc6a5e Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Tue, 19 Dec 2023 14:57:29 +0530 Subject: [PATCH] Sync artifact names with the upload action --- .github/workflows/periodic_benchmarks.yml | 2 +- .github/workflows/run_benchmarks_over_history.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/periodic_benchmarks.yml b/.github/workflows/periodic_benchmarks.yml index 09a73cd7cb..c4878d200b 100644 --- a/.github/workflows/periodic_benchmarks.yml +++ b/.github/workflows/periodic_benchmarks.yml @@ -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 diff --git a/.github/workflows/run_benchmarks_over_history.yml b/.github/workflows/run_benchmarks_over_history.yml index deefc534c5..767a837ac7 100644 --- a/.github/workflows/run_benchmarks_over_history.yml +++ b/.github/workflows/run_benchmarks_over_history.yml @@ -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: