We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb7d95 commit 26716faCopy full SHA for 26716fa
1 file changed
.github/workflows/ci.yaml
@@ -155,7 +155,7 @@ jobs:
155
workdir: ${{ env.BASEDIR }}/target_ws
156
ignore: '"*/target_ws/build/*" "*/target_ws/install/*" "*/test/*"'
157
- name: Upload codecov report
158
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
159
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'
160
with:
161
files: ${{ env.BASEDIR }}/target_ws/coverage.info
0 commit comments