From 20d99082b96e0042003ae20136ac6b2cd7e7b6f6 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Mon, 20 Jan 2025 11:42:30 +0100 Subject: [PATCH] .github/workflows/release-test.yml: Fix upload-artifact The new upload artifact does not support multiple artifacts uploaded with the same name, this fixes this by adding matrix info in --- .github/workflows/release-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index bb141ea81cdf..3c1e8f125f28 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -184,5 +184,5 @@ jobs: - uses: actions/upload-artifact@v4 if: always() with: - name: Test Reports + name: Test-Reports-${{ matrix.pytest_mark }} path: test-reports/*