From 34f7147ccad28acb06b0ff06b7c6f5726f581d43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:24:15 +0000 Subject: [PATCH] Update codecov/codecov-action digest to 8450866 --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7ce396ac1..4ebaf2fa1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -30,7 +30,7 @@ jobs: run: yarn test - name: Upload unit test coverage if: success() - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true