diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index a48c5787..4f673dd7 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -26,7 +26,7 @@ jobs: - name: Upload coverage if: ${{ runner.os != 'windows-latest' }} continue-on-error: true - uses: coverallsapp/github-action@v2.0.0 + uses: coverallsapp/github-action@v2.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: node-${{ inputs.node-version }}-on-${{ runner.os }}-${{ github.event_name }}