diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bac1130ff..b21a1fa734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,7 @@ jobs: - name: Combine code coverage files run: node test/combineCoverage - name: Upload Code Coverage - uses: coverallsapp/github-action@v2.2.1 + uses: coverallsapp/github-action@v2.2.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: "test/coverage/lcov.info"