Skip to content

Commit 0876dc7

Browse files
authored
Bump actions/upload-artifact from 4 to 5 (backport #1552) (#1556)
1 parent 4c5b87a commit 0876dc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
file: ros_ws/lcov/total_coverage.info
4848
flags: unittests
4949
name: codecov-umbrella
50-
- uses: actions/upload-artifact@v1
50+
token: ${{ secrets.CODECOV_TOKEN }}
51+
- uses: actions/upload-artifact@v5
5152
with:
5253
name: colcon-logs-${{ matrix.os }}
5354
path: ros_ws/log

0 commit comments

Comments
 (0)