File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ jobs:
1818 run : npm install
1919 - name : Test
2020 run : npm run test
21- - uses : codecov/codecov-action@v2
21+ - uses : codecov/codecov-action@v4
2222 with :
2323 files : coverage/*.json
2424 flags : unittests
2525 name : react-carousel-codecov
2626 fail_ci_if_error : true
2727 verbose : true
28- token : ${{ secrets.CODE_COV_API_TOKEN }}
2928 - name : Build
3029 run : npm run build
3130 - name : Publish
Original file line number Diff line number Diff line change @@ -22,14 +22,13 @@ jobs:
2222 run : npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
2323 - name : Test
2424 run : npm run test
25- - uses : codecov/codecov-action@v2
25+ - uses : codecov/codecov-action@v4
2626 with :
2727 files : coverage/*.json
2828 flags : unittests
2929 name : react-carousel-codecov
3030 fail_ci_if_error : true
3131 verbose : true
32- token : ${{ secrets.CODE_COV_API_TOKEN }}
3332 lint :
3433 runs-on : ubuntu-latest
3534 permissions :
Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ jobs:
1818 run : npm install
1919 - name : Test
2020 run : npm run test
21- - uses : codecov/codecov-action@v2
21+ - uses : codecov/codecov-action@v4
2222 with :
2323 files : coverage/*.json
2424 flags : unittests
2525 name : react-carousel-codecov
2626 fail_ci_if_error : true
2727 verbose : true
28- token : ${{ secrets.CODE_COV_API_TOKEN }}
2928 - name : Build
3029 run : npm run build
3130 - name : Publish
You can’t perform that action at this time.
0 commit comments