From 8b6b828b7febb79772075ec279789f4e2ec61352 Mon Sep 17 00:00:00 2001 From: kgrim Date: Tue, 3 Dec 2024 23:21:42 +0100 Subject: [PATCH] Small fix to conflicting artifact upload --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 6b9e1df..0e5c6c0 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -33,7 +33,7 @@ jobs: - name: Upload pytest unit test results uses: actions/upload-artifact@v4 with: - name: unit-test-results + name: unit-test-results-${{ matrix.python-version }} path: tests/unit-test-results.xml integration_tests: strategy: @@ -62,5 +62,5 @@ jobs: - name: Upload integration test results uses: actions/upload-artifact@v4 with: - name: integration-test-results + name: integration-test-results-${{ matrix.python-version }} path: tests/integration-test-results.xml \ No newline at end of file