From 589aa2307d78cc8397f4e2aba242249429692bc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:05:26 +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..d70dfaa7ef7 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@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2 if: matrix.package-name == 'fast-check' && matrix.script-name == 'test' with: name: unit-tests-${{matrix.node-version}}-${{runner.os}}