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