From 1cbea425d80e3ecbcc046658a81643a661a4f303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 09:34:40 +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 2e78777e..4c7fa6c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -45,7 +45,7 @@ jobs: go test -race -cover -coverprofile coverage2.out -tags libcurl,crappy ./... - name: Codecov - uses: codecov/codecov-action@v3.1.6 + uses: codecov/codecov-action@v4.3.1 with: files: coverage1.out,coverage2.out