diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0d99c8..2406e7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: python -m pytest --cov=git_safe --cov-report=xml --cov-report=html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.xml flags: unittests