Skip to content

Commit c53861b

Browse files
authored
Switch coverallsapp action to use a tag version instead of deprecated master branch (#902)
1 parent 6e53603 commit c53861b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ jobs:
4141
shell: bash
4242

4343
- name: Coveralls Parallel - Chrome
44-
uses: coverallsapp/github-action@master
44+
uses: coverallsapp/github-action@v2
4545
with:
4646
github-token: ${{ secrets.github_token }}
47-
path-to-lcov: './coverage/chrome/lcov.info'
47+
file: './coverage/chrome/lcov.info'
4848
flag-name: ${{ matrix.os }}-chrome
4949
parallel: true
5050

5151
- name: Coveralls Parallel - Firefox
52-
uses: coverallsapp/github-action@master
52+
uses: coverallsapp/github-action@v2
5353
with:
5454
github-token: ${{ secrets.github_token }}
55-
path-to-lcov: './coverage/firefox/lcov.info'
55+
file: './coverage/firefox/lcov.info'
5656
flag-name: ${{ matrix.os }}-firefox
5757
parallel: true
5858

@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Coveralls Finished
64-
uses: coverallsapp/github-action@master
64+
uses: coverallsapp/github-action@v2
6565
with:
6666
github-token: ${{ secrets.github_token }}
6767
parallel-finished: true

0 commit comments

Comments
 (0)