diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f50d4e..38652db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: run: yarn playwright install --with-deps - name: Run Playwright tests run: yarn playwright test - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4 if: always() with: name: playwright-report