From 80e2efa3ad49c6ee671e7da5a577f8335cc39c76 Mon Sep 17 00:00:00 2001 From: StaNov Date: Thu, 23 Jan 2025 12:26:21 +0100 Subject: [PATCH] chore: Distinct names for E2E artifacts `actions/upload-artifact@v4` does not allow multiple artifacts with the same name which causes upload failures in case of multiple E2E suites failing --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce01a4aa67..d22289e112 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -255,7 +255,7 @@ jobs: - uses: actions/upload-artifact@v4 if: failure() with: - name: e2e + name: e2e_${{ matrix.job_index }} path: | ./e2e/cypress/videos/**/* ./e2e/cypress/screenshots/**/*