From 763d170e82178c0115965825baced143bd2bbe9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 01:04:27 +0000 Subject: [PATCH] :arrow_up: (deps): Update codecov/codecov-action action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pull_request,push.go.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request,push.go.test.yaml b/.github/workflows/pull_request,push.go.test.yaml index 259e4fe4..47c9abe6 100644 --- a/.github/workflows/pull_request,push.go.test.yaml +++ b/.github/workflows/pull_request,push.go.test.yaml @@ -23,7 +23,7 @@ jobs: go-version: ${{ matrix.go }} - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 env: OS: ${{ matrix.os }} GO_VERSION: ${{ matrix.go }}