From f9698933f81126bae847a48e40c8063f5acf60c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 23:23:44 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .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..ceade93 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@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover.txt