diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d65b8b85..f5144a1c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: - name: Test with pytest run: | SKIP_DIFF_TESTS=1 pytest --cov=flux_local --cov-report=term-missing --snapshot-warn-unused - - uses: codecov/codecov-action@v5.2.0 + - uses: codecov/codecov-action@v5.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON