diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 63b8e93..489093b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -47,7 +47,7 @@ jobs: uv run pytest -v --cov=spgrep --cov-report=xml tests/ - name: Upload coverage to Codecov if: matrix.python-version == ${{ env.PYTHON_VERSION }} - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 with: file: ./coverage.xml flags: unittests