diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ddae095..d97c216 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: poetry run pytest --cov=wps_xr --cov-report xml tests/ || poetry run pytest --cov=wps_xr --cov-report xml tests/ - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml