diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 25b7061b..5c14f68c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | pytest --cov=google_nest_sdm --cov-report=term-missing - - uses: codecov/codecov-action@v5.1.2 + - uses: codecov/codecov-action@v5.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON