diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 82dc19f4..fb33e1c2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -37,7 +37,7 @@ jobs: if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }} - name: Coveralls if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }} - uses: coverallsapp/github-action@master + uses: coverallsapp/github-action@v2 with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Publish codeclimate code coverage