Skip to content

Commit c2ddf75

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump actions/upload-artifact from 4 to 5 (#1552)
(cherry picked from commit 29842df) # Conflicts: # .github/workflows/coverage-build.yml
1 parent 4c5b87a commit c2ddf75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/coverage-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,12 @@ jobs:
4747
file: ros_ws/lcov/total_coverage.info
4848
flags: unittests
4949
name: codecov-umbrella
50+
<<<<<<< HEAD
5051
- 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))
5156
with:
5257
name: colcon-logs-${{ matrix.os }}
5358
path: ros_ws/log

0 commit comments

Comments
 (0)