From 86e8edf58180fa2b50d5d4efad0277c96dc04eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:26:56 -0500 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 (#470) --- .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 8c46d3bd47d2274dbb2486dac0308ee88225d144..dd7cf55d9b70f93c85642fc9279d08845f057767 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,6 +55,6 @@ jobs: # Convert coverage data to legacy textfmt format to upload go tool covdata textfmt -i=coverage/unit,coverage/int,coverage/int2 -o=coverage.txt - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: file: ./coverage.txt