diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a0782f..9b5e62b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,8 +28,8 @@ jobs: - run: npm test - name: Coveralls - uses: coverallsapp/github-action@1.1.2 + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: ./coverage/lcov.info + file: './coverage/lcov.info' flag-name: run-${{ matrix.node }} \ No newline at end of file