diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1472ee772..fc22c7e51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: run: npx playwright install --with-deps - name: Run Playwright tests run: yarn test:e2e - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4 if: always() with: name: playwright-report