diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 81758b7..c28c72b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: pytest --cov=geotiepoints geotiepoints/tests --cov-report=xml --cov-report= - name: Upload unittest coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: flags: unittests files: ./coverage.xml