diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 833ceecff..08a657144 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,7 +142,7 @@ jobs: - name: Run Playwright tests run: | xvfb-run npm run test:e2e - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ !cancelled() }} with: name: playwright-report