diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 26568f6d6..33dbb2c7a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -98,7 +98,7 @@ jobs: verbose: true - name: Upload test results to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@f2dba722c67b86c6caa034178c6e4d35335f6706 # v1.1.0 + uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f # v1.1.1 with: file: packages/${{ matrix.package }}/coverage/test-results.xml flags: ${{ matrix.node-version }},${{ matrix.os }},${{ matrix.package }}