diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86df4c8..91cd315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,13 +55,13 @@ jobs: - name: Coveralls Parallel id: coveralls-parallel continue-on-error: true - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v2.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true flag-name: run-${{ matrix.node-version }}-${{ matrix.os }} - - name: Should Trigger coverallsapp/github-action@1.1.3 + - name: Should Trigger coverallsapp/github-action@v2.0.0 id: coveralls-trigger # https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#steps-context # when continue-on-error failed, outcome is failure and conclusion is success @@ -75,7 +75,7 @@ jobs: if: needs.test.outputs.COVERALLS != 'failure' steps: - name: Coveralls Finished - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v2.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true