We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f132df commit 912efc8Copy full SHA for 912efc8
1 file changed
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
if: startsWith(matrix.os, 'windows')
65
66
- name: Run Coveralls
67
- uses: coverallsapp/github-action@v1.2.4
+ uses: coverallsapp/github-action@v2
68
if: startsWith(matrix.os, 'ubuntu') && matrix.node == env.NODE_COV
69
with:
70
github-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments