From 2bcfaffb6228542ae55ac205f7e2fdd6e4cdc50b Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Wed, 24 Jan 2024 21:09:42 +0100 Subject: [PATCH] unique artifact names --- .github/workflows/test_benchmark_collection_models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_benchmark_collection_models.yml b/.github/workflows/test_benchmark_collection_models.yml index 28f3b8e7ba..ab29938a12 100644 --- a/.github/workflows/test_benchmark_collection_models.yml +++ b/.github/workflows/test_benchmark_collection_models.yml @@ -68,7 +68,7 @@ jobs: # upload results - uses: actions/upload-artifact@v4 with: - name: computation times + name: computation-times-${{ matrix.python-version }}-${{ matrix.extract_subexpressions }} path: | tests/benchmark-models/computation_times.csv tests/benchmark-models/computation_times.png