diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index acafda56..b3dc08b0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Audit URLs using Lighthouse - uses: treosh/lighthouse-ci-action@v9 + uses: treosh/lighthouse-ci-action@v10 with: urls: ${{ github.event.inputs.url || github.event.deployment.payload.web_url || github.event.deployment_status.target_url }} uploadArtifacts: true