diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7ecec6594..65cf7bd07 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -194,7 +194,7 @@ jobs: sphinx-build audit/site audit/_build # The lighthouse audit runs directly on the HTML files, no serving needed - name: Audit with Lighthouse - uses: treosh/lighthouse-ci-action@v10 + uses: treosh/lighthouse-ci-action@v11 with: configPath: ".github/workflows/lighthouserc.json" temporaryPublicStorage: true