diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 595a2d3..b6bab8f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -43,7 +43,7 @@ jobs: pytest tests/ -v --cov=grobid_client --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov if: matrix.python-version == '3.11' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests