From d3d1c62411dc7bf3740b752d7843f233246806ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:16:54 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2 to 3 (#102) --- .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 5931af0..9e6fedb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -88,7 +88,7 @@ jobs: # Docs: - name: Run Unit tests run: go test -race -covermode=atomic -coverprofile /tmp/coverage.txt ./... - - uses: codecov/codecov-action@v2 # https://github.com/codecov/codecov-action + - uses: codecov/codecov-action@v3 # https://github.com/codecov/codecov-action continue-on-error: true with: file: /tmp/coverage.txt