diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 5951f7408..5c2bf5837 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -210,11 +210,11 @@ jobs: - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # master if: always() with: - name: screenlog + name: screenlog-${{ matrix.containers }} path: frontend/screenlog.0 - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # master if: always() with: - name: screenshots + name: screenshots-${{ matrix.containers }} path: cypress/screenshots