diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d4efc091..72622dec1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: go-version-file: go.mod - run: make ci-unit-test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false