We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5b87a commit c2ddf75Copy full SHA for c2ddf75
.github/workflows/coverage-build.yml
@@ -47,7 +47,12 @@ jobs:
47
file: ros_ws/lcov/total_coverage.info
48
flags: unittests
49
name: codecov-umbrella
50
+<<<<<<< HEAD
51
- uses: actions/upload-artifact@v1
52
+=======
53
+ token: ${{ secrets.CODECOV_TOKEN }}
54
+ - uses: actions/upload-artifact@v5
55
+>>>>>>> 29842df (Bump actions/upload-artifact from 4 to 5 (#1552))
56
with:
57
name: colcon-logs-${{ matrix.os }}
58
path: ros_ws/log
0 commit comments