From e9b7884daf08756fb236220e24648c5bca85e32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:48:40 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3 to 4 (#260) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aec1daa..c51b3a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: # Docs: - name: Run Unit tests run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./... - - uses: codecov/codecov-action@v3 # https://github.com/codecov/codecov-action + - uses: codecov/codecov-action@v4 # https://github.com/codecov/codecov-action continue-on-error: true with: file: /tmp/coverage.txt