diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43523ec..8716deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: --verbose - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest' with: file: ./coverage.xml