From b37c7481e3beda0a35b7d83ff16b2576ed949d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 22:21:44 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/presubmits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmits.yml b/.github/workflows/presubmits.yml index 2e45ff6..8c27c9b 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@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0 + uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1 with: files: ./coverage.out verbose: true