diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d75d078..0c79750 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | pytest --cov=pyrainbird --cov-report=term-missing - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON