diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84b032f..b53c5eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: pytest -v --cov=raguard --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.13' with: file: ./coverage.xml