Skip to content

Commit 4c27574

Browse files
.github: fix codecov action configuration
`token` is documented to work with codecov-action@v4 Signed-off-by: Rohit Yadav <[email protected]>
1 parent 5745674 commit 4c27574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
echo -e "Simulator CI Test Results: (only failures listed)\n"
313313
python3 ./tools/marvin/xunit-reader.py integration-test-results/
314314
315-
- uses: codecov/codecov-action@v3
315+
- uses: codecov/codecov-action@v4
316316
with:
317317
files: jacoco-coverage.xml
318318
fail_ci_if_error: true

.github/workflows/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
npm run lint
5656
npm run test:unit
5757
58-
- uses: codecov/codecov-action@v3
58+
- uses: codecov/codecov-action@v4
5959
with:
6060
working-directory: ui
6161
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)