diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df5da04ba..32d79f7f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./apps/backend/coverage.xml fail_ci_if_error: false