File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 - name : Test lib
3131 run : npm run test:lib -- --bail 1
3232 - name : Coveralls
33- uses : coverallsapp/github-action@master
33+ uses : coverallsapp/github-action@2
3434 with :
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
36- files : coverage/clover.xml
36+ file : coverage/clover.xml
3737 continue-on-error : true
3838 test-js :
3939 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 - name : Test lib
1616 run : npm run test:lib -- --bail 1
1717 - name : Coveralls
18- uses : coverallsapp/github-action@master
18+ uses : coverallsapp/github-action@2
1919 with :
2020 github-token : ${{ secrets.GITHUB_TOKEN }}
21- files : coverage/clover.xml
21+ file : coverage/clover.xml
2222 continue-on-error : true
2323 test-js :
2424 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments