From af28fd5f93e86464eeb598d3ce55f4c8420ccdf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 22:35:28 +0000 Subject: [PATCH] Update codecov/codecov-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a26130..68fd98d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/setup - run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 build: runs-on: ubuntu-latest