diff --git a/.github/workflows/build-status.yml b/.github/workflows/build-status.yml index ca7bd437990..e95cbed87e6 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@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7 if: matrix.package-name == 'fast-check' && matrix.script-name == 'test' with: name: unit-tests-${{matrix.node-version}}-${{runner.os}}