Skip to content

Commit 4d5820d

Browse files
authored
ci: update codecov@v4 w/ token (#117)
1 parent 12de62f commit 4d5820d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
env:
4747
CI: true
4848

49-
- uses: codecov/codecov-action@v3
49+
- uses: codecov/codecov-action@v4
5050
if: success()
5151
with:
5252
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
53+
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
54+
fail_ci_if_error: false

0 commit comments

Comments
 (0)