Skip to content

Commit cbbd859

Browse files
authored
Update codecov/codecov-action to v5 ci (#486)
1 parent 45f5135 commit cbbd859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Ubuntu-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
494494
- name: Upload to codecov.io
495495
if: ${{ success() && (matrix.coverage == true) }}
496-
uses: codecov/codecov-action@v4
496+
uses: codecov/codecov-action@v5
497497
with:
498498
file: ./coverage.info
499499
fail_ci_if_error: true

.github/workflows/Ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ jobs:
505505
506506
- name: Upload to codecov.io
507507
if: ${{ success() && (matrix.coverage == true) }}
508-
uses: codecov/codecov-action@v4
508+
uses: codecov/codecov-action@v5
509509
with:
510510
file: ./coverage.info
511511
fail_ci_if_error: true

0 commit comments

Comments
 (0)