diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7d7a15..0892a4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Upload coverage if: matrix.python-version == env.PYTHON_VERSION - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: coverage-unit.xml flags: unit @@ -139,7 +139,7 @@ jobs: -p no:cacheprovider - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: coverage-integration.xml flags: integration