From 7ba502572982fbbec9201da0b4a57b56b653493c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:43:18 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#63) --- .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 2f05d0f..70e49ea 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,7 +54,7 @@ jobs: run: go test -race -cover -covermode=atomic -coverprofile=./coverage.out ./... - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage.out