From acdd6849ad7c545ef7e2bc6e7fb22edb5f03b201 Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:53:35 +0000 Subject: [PATCH] GH Actions: fix screenshots artifact name clash --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b9654089..89d83c69a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: uses: actions/upload-artifact@v4 if: failure() with: - name: cypress-screenshots + name: 'cypress-screenshots_${{ matrix.type }}_${{ matrix.browser }}_${{ matrix.os }}' path: tests/e2e/screenshots - name: Upload coverage artifact