From a7b42ab1c1a958b62020db56291a42fbb75eacfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:46:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20codecov/codecov-a?= =?UTF-8?q?ction=20action=20to=20v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index 8712c304bdc..ca7bd437990 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -295,7 +295,7 @@ jobs: echo "DEFAULT_SEED is: ${DEFAULT_SEED}" yarn workspace '${{matrix.package-name}}' '${{matrix.script-name}}' - name: Codecov - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 + uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6 if: matrix.package-name == 'fast-check' && matrix.script-name == 'test' with: name: unit-tests-${{matrix.node-version}}-${{runner.os}}