Skip to content

Commit

Permalink
Switch coverallsapp/github-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ph1e authored Aug 14, 2024
1 parent 8f1bb3f commit b38bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
Expand Down

0 comments on commit b38bbbd

Please sign in to comment.