Skip to content

Commit ce918b7

Browse files
authored
Update upload-artifact into test.yml (#1771)
switch to node 20 node<20 is deprecaded Signed-off-by: mosfet80 <[email protected]>
1 parent e6797ae commit ce918b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
git diff --exit-code
9999
working-directory: ${{ steps.action-ros-ci.outputs.ros-workspace-directory-name }}
100100
shell: bash
101-
- uses: actions/upload-artifact@v1
101+
- uses: actions/upload-artifact@v4
102102
with:
103103
name: colcon-logs
104104
path: ros_ws/log

0 commit comments

Comments
 (0)