From aff9ff2955f48e58773e887e62d39b87fb6b8638 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:53:52 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .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 f7d717c..5474b47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: go mod tidy git diff --exit-code go.mod # must be up-to-date and tidied - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: ./cover.out token: ${{ secrets.CODECOV_TOKEN }}