Skip to content

Commit

Permalink
Update upload-artifact into test.yml (#1771)
Browse files Browse the repository at this point in the history
switch to node 20
node<20 is deprecaded

Signed-off-by: mosfet80 <[email protected]>
  • Loading branch information
mosfet80 authored Aug 9, 2024
1 parent e6797ae commit ce918b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
git diff --exit-code
working-directory: ${{ steps.action-ros-ci.outputs.ros-workspace-directory-name }}
shell: bash
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ros_ws/log

0 comments on commit ce918b7

Please sign in to comment.