From ebbc88dee350ec701578332bc4add3788a532a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 15:22:18 -0700 Subject: [PATCH] chore: bump codecov/codecov-action from 3.1.3 to 3.1.4 (#1183) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cover.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cover.yaml b/.github/workflows/cover.yaml index 67874b94..628a2575 100644 --- a/.github/workflows/cover.yaml +++ b/.github/workflows/cover.yaml @@ -28,6 +28,6 @@ jobs: - name: Unit test run: make unit-test # pinning to the sha f32b3a3741e1053eb607407145bc9619351dc93b from https://github.com/codecov/codecov-action/releases/tag/v2.1.0 - - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 + - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d with: files: ./coverage.txt