diff --git a/.github/workflows/ci-admin.yml b/.github/workflows/ci-admin.yml index 24a4f49..bcb4d6f 100644 --- a/.github/workflows/ci-admin.yml +++ b/.github/workflows/ci-admin.yml @@ -197,7 +197,7 @@ jobs: # E2E step produced no results.json (e.g. an earlier step failed) — the # summary action errors on a missing report file. if: ${{ !cancelled() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && hashFiles('admin/ui/e2e/results.json') != '' }} - uses: daun/playwright-report-summary@8bb85779022480a59ed8d33d9a4b8bda1c67666b # v4.0.0 + uses: daun/playwright-report-summary@31ed947ec7a623d18a66cfd20ef546dc66ef8063 # v4.1.0 with: report-file: admin/ui/e2e/results.json