diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9eb47d0..a04e0a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: pytest tests/ -v --cov=octalume --cov-report=xml --cov-report=term-missing - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.11' with: files: ./coverage.xml