diff --git a/.github/workflows/ci-test.yaml b/.github/workflows/ci-test.yaml index 7eca4ed5a1..44e03bc739 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@v4.6.0 with: directory: client-sdk/go