diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ced60b0..fa87ab5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: -v - name: Upload coverage - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 if: matrix.python-version == '3.12' with: file: ./coverage.xml