diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6947e7bf..ba621c31 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -58,7 +58,7 @@ jobs: - name: Run tests run: go test -race -coverprofile=coverage.out -covermode=atomic ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.4.1 + uses: codecov/codecov-action@v4.5.0 with: name: Code Coverage for GO SDK fail_ci_if_error: true