From 247222137ba131191a0c77aa51f284dd834ea885 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:30:12 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/go_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index fd7afcb..f1f29e7 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -28,7 +28,7 @@ jobs: run: go test -coverprofile=coverage.out -covermode=count ./... - name: codecov-umbrella - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out