diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 7eca4ed5a1..a32d264984 100644 --- a/.github/workflows/ci-test.yaml +++ b/.github/workflows/ci-test.yaml @@ -101,7 +101,7 @@ jobs: run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./... - name: Upload to codecov.io - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v5.0.0 with: directory: client-sdk/go