diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4a7df69..9fa52faa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: env: PLAYWRIGHT_BROWSER: ${{ matrix.browser }} - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} name: run-${{ matrix.test_script }}-${{ matrix.browser }}