File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments