From 07b002960c329348871f72adc4b7a04ec0e86a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:03:46 +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..599c597 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.5.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cover.txt