diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcef8e7..1edd63f 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@v5 + uses: codecov/codecov-action@v6 with: file: ./coverage.xml flags: unittests