Skip to content

Commit abe901b

Browse files
authored
ci: update codecov@v4 w/ token (#274)
1 parent 72fbe10 commit abe901b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
env:
4949
CI: true
5050

51-
- uses: codecov/codecov-action@v3
51+
- uses: codecov/codecov-action@v4
52+
if: success()
5253
with:
53-
fail_ci_if_error: true
54+
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
55+
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
56+
fail_ci_if_error: false

0 commit comments

Comments
 (0)