From 492c2795cbd93dd9e53a553d7ec6363f4acd80f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:51:09 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4924803..78de393 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -40,7 +40,7 @@ jobs: - name: Report run: go test ./... -race -coverprofile=./cover.txt -covermode=atomic - name: Upload - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover.txt