diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index 4bffaf57664..c093e66780b 100644 --- a/.github/workflows/build-status.yml +++ b/.github/workflows/build-status.yml @@ -283,7 +283,7 @@ jobs: echo "DEFAULT_SEED is: ${DEFAULT_SEED}" yarn workspace '${{matrix.package-name}}' '${{matrix.script-name}}' - name: Codecov - uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 if: matrix.package-name == 'fast-check' && matrix.script-name == 'test' with: name: unit-tests-${{matrix.node-version}}-${{runner.os}}