diff --git a/.github/workflows/browsers.yml b/.github/workflows/browsers.yml index 88b84da1..87b5824e 100644 --- a/.github/workflows/browsers.yml +++ b/.github/workflows/browsers.yml @@ -63,7 +63,7 @@ jobs: - uses: actions/upload-artifact@v4 if: failure() with: - name: screenshot-${{ matrix.os }} + name: screenshot-${{ matrix.os }}-${{ matrix.browser }} path: test-results/**/*.png - uses: actions/upload-artifact@v4 if: '!cancelled()'