diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index 8712c304bdc..69ed8a397d4 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@3b1354a6c45db9f1008891f4eafc1a7e94ce1d18 # v5.0.1 if: matrix.package-name == 'fast-check' && matrix.script-name == 'test' with: name: unit-tests-${{matrix.node-version}}-${{runner.os}}