diff --git a/.github/workflows/presubmits.yml b/.github/workflows/presubmits.yml index ab7a02d..f6451cd 100644 --- a/.github/workflows/presubmits.yml +++ b/.github/workflows/presubmits.yml @@ -50,7 +50,7 @@ jobs: - name: Test run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload codecoverage - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5.0.0 + uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2 with: files: ./coverage.out verbose: true