Skip to content

Commit d16d7b5

Browse files
committed
test(ci): update codecov action to current
1 parent 252493a commit d16d7b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
yarn tests:android:test-cover --headless
175175
yarn tests:android:test:jacoco-report
176176
177-
- uses: codecov/codecov-action@v3
177+
- uses: codecov/codecov-action@v4
178178
with:
179179
verbose: true
180180

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
name: simulator_log
189189
path: simulator.log
190190

191-
- uses: codecov/codecov-action@v3
191+
- uses: codecov/codecov-action@v4
192192
with:
193193
verbose: true
194194

.github/workflows/tests_jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
command: yarn && yarn lerna:prepare
5555
- name: Jest
5656
run: yarn tests:jest-coverage
57-
- uses: codecov/codecov-action@v3
57+
- uses: codecov/codecov-action@v4
5858
with:
5959
verbose: true
6060
- uses: actions/cache/save@v4

0 commit comments

Comments
 (0)