We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f4c935 commit 183e8beCopy full SHA for 183e8be
.github/workflows/ci.yaml
@@ -167,7 +167,7 @@ jobs:
167
workdir: ${{ env.BASEDIR }}/target_ws
168
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
169
- name: Upload codecov report
170
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
171
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
172
with:
173
files: ${{ env.BASEDIR }}/target_ws/coverage.info
0 commit comments