diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8830a8646..aec61f81e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -30,7 +30,7 @@ jobs: run: yarn test - name: Upload unit test coverage if: success() - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4 + uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true