diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd7222ca..8108f7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}-with-deps - name: upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./coverage/coverage.xml flags: unittests