Skip to content

Commit 2e95348

Browse files
committed
iox-#2011 Update codecov-action to v4
1 parent 76adb2f commit 2e95348

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,18 @@ jobs:
183183
retention-days: 30
184184

185185
- name: Upload coverage to Codecov
186-
uses: codecov/codecov-action@v3
186+
uses: codecov/codecov-action@v4
187187
with:
188188
file: ./lcov_results/unittest/lcov/iceoryx_lcov_result_unit.info
189189
name: iceoryx
190190
flags: unittests
191191
fail_ci_if_error: false
192192

193193
- name: Upload coverage to Codecov
194-
uses: codecov/codecov-action@v3
194+
uses: codecov/codecov-action@v4
195195
with:
196196
file: ./lcov_results/unittest_timing/lcov/iceoryx_lcov_result_unit-timing.info
197197
name: iceoryx
198198
flags: unittests_timing
199199
fail_ci_if_error: false
200+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)