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 e824173 commit 22485eaCopy full SHA for 22485ea
.github/workflows/reusable-ros-tooling-source-build.yml
@@ -43,7 +43,7 @@ jobs:
43
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
44
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers.${{ inputs.ros_distro }}.repos?token=${{ secrets.GITHUB_TOKEN }}
45
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
46
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
47
with:
48
- name: colcon-logs-ubuntu-22.04
+ name: colcon-logs-ubuntu-24.04
49
path: ros_ws/log
0 commit comments