diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6fff665a4..516b55e89 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -72,7 +72,7 @@ jobs: run: npm run e2e working-directory: ./web - name: Upload test artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: failure() with: name: playwright-report