From 8a3a0000b4ecbfda4c9d90fe4e3aff4ed6639fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:20:10 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8b7979bd7d..468f3af58c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,4 +20,4 @@ jobs: - name: Test run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./... - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4