diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3592b64..a5d0d12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: pytest tests/ -v --cov=. --cov-report=xml --cov-report=term-missing - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./coverage.xml continue-on-error: true