diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73525aa..22d6ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: --cov-report=html - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.python-version == '3.12' with: files: ./coverage.xml