diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 441bcd947..06ec7ed6a 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -331,7 +331,7 @@ jobs: if: always() # Ensure this runs even if tests fail uses: actions/upload-artifact@v4 with: - name: ui-test-screenshots + name: ui-test-screenshots-${{ matrix.browser }}-${{ matrix.resolution.name }} path: artifacts/screenshots retention-days: 2 # Store artifacts for 2 days