diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 415f5013f..18a3fc504 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: - name: Run Browser env run: yarn test:env:browser - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} style_tests: