Skip to content

Commit bb74fd6

Browse files
committed
CI: Bump codecov-action to v5
1 parent c62988c commit bb74fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
workdir: ${{ env.BASEDIR }}/target_ws
125125
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
126126
- name: Upload codecov report
127-
uses: codecov/codecov-action@v3
127+
uses: codecov/codecov-action@v5
128128
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
129129
with:
130130
files: ${{ env.BASEDIR }}/target_ws/coverage.info

0 commit comments

Comments
 (0)