diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08c9442..417d1e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: --cov=worker_health --cov-report=term-missing --cov-report=xml --cov-fail-under=65 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage.xml fail_ci_if_error: false