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 0876dc7Copy full SHA for 0876dc7
.github/workflows/coverage-build.yml
@@ -47,7 +47,8 @@ jobs:
47
file: ros_ws/lcov/total_coverage.info
48
flags: unittests
49
name: codecov-umbrella
50
- - uses: actions/upload-artifact@v1
+ token: ${{ secrets.CODECOV_TOKEN }}
51
+ - uses: actions/upload-artifact@v5
52
with:
53
name: colcon-logs-${{ matrix.os }}
54
path: ros_ws/log
0 commit comments