Skip to content

Commit 32c095c

Browse files
committed
.github: use codecov/codecov-action@v5 instead of v4
1 parent 7cfeab1 commit 32c095c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

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

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cd nonoss && bash -x install-non-oss.sh && cd ..
5050
mvn -P quality -Dsimulator -Dnoredist clean install -T$(nproc)
5151
52-
- uses: codecov/codecov-action@v4
52+
- uses: codecov/codecov-action@v5
5353
with:
5454
files: ./client/target/site/jacoco-aggregate/jacoco.xml
5555
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@v4
58+
- uses: codecov/codecov-action@v5
5959
with:
6060
working-directory: ui
6161
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)