From c69e02a89713d8195299b38d0cbd7fb2c17f54d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:58:39 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4.2.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.golang.yml b/.github/workflows/test.golang.yml index 7b2635c55..cfa7bca41 100644 --- a/.github/workflows/test.golang.yml +++ b/.github/workflows/test.golang.yml @@ -43,7 +43,7 @@ jobs: with: name: golang-coverage-report - - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true