diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index c8efa0f..c125455 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -67,7 +67,7 @@ jobs: pytest -v --cov=gridData --cov-report=xml --color=yes ./gridData/tests - name: codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: github.event_name != 'schedule' with: files: coverage.xml