From 6ed5afe518d3c43f939df8d346672c9b0d882fed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:11:02 +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..5b66cf1 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.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover.txt