diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 931fc6f5..33207208 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: name: html-coverage-report path: htmlcov/ - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 with: file: coverage.xml fail_ci_if_error: false