From a8bb4632a932b815be6c100fe2ad819fd4c704b1 Mon Sep 17 00:00:00 2001 From: camer0n Date: Wed, 27 Nov 2024 11:08:01 -0800 Subject: [PATCH] Ensure that the artifact names are unique for each matrix configuration --- .github/workflows/test-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index d26e3f6c2..0f24ae324 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -166,5 +166,5 @@ jobs: - name: Upload test output uses: actions/upload-artifact@v4 with: - name: tests_output_${{ github.run_id }} + name: tests_output_${{ github.run_id }}_${{ matrix.interpreter.image }}_${{ matrix.db.image }} path: ./e107_tests/tests/_output/