Skip to content

Commit cf50487

Browse files
committed
chore(test): bump coveralls versions
1 parent f972f61 commit cf50487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI-CD.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn test:node
4949

5050
- name: Send code coverage results to Coveralls
51-
uses: coverallsapp/github-action@v1.1.0
51+
uses: coverallsapp/github-action@v2
5252
with:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}
5454
parallel: true
@@ -80,7 +80,7 @@ jobs:
8080
run: yarn test:browser
8181

8282
- name: Send code coverage results to Coveralls
83-
uses: coverallsapp/github-action@v1.1.0
83+
uses: coverallsapp/github-action@v2
8484
with:
8585
github-token: ${{ secrets.GITHUB_TOKEN }}
8686
parallel: true
@@ -94,7 +94,7 @@ jobs:
9494
- browser_tests
9595
steps:
9696
- name: Let Coveralls know that all tests have finished
97-
uses: coverallsapp/github-action@v1.1.0
97+
uses: coverallsapp/github-action@v2
9898
with:
9999
github-token: ${{ secrets.GITHUB_TOKEN }}
100100
parallel-finished: true

0 commit comments

Comments
 (0)