diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c66615..ddae095 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.1.1 + uses: codecov/codecov-action@v4.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml