From 8515c25c1d51e6f25dd4e4d3fa89fb3445c4bacf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:20:21 +0100 Subject: [PATCH] deps: update codecov/codecov-action action to v5 (#557) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 582364b9..d3cdfd64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - run: go test -coverprofile=coverage.txt -v -race ./... - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: > !startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'release-please--')