Skip to content

Commit 22485ea

Browse files
authored
Update upload-artifact action version in reusable-ros-tooling-source-build.yml (#20)
* Update upload-artifact action version in reusable-ros-tooling-source-build.yml * Update reusable-ros-tooling-source-build.yml
1 parent e824173 commit 22485ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-ros-tooling-source-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
4444
https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/picknik_controllers.${{ inputs.ros_distro }}.repos?token=${{ secrets.GITHUB_TOKEN }}
4545
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
46-
- uses: actions/upload-artifact@v1
46+
- uses: actions/upload-artifact@v4
4747
with:
48-
name: colcon-logs-ubuntu-22.04
48+
name: colcon-logs-ubuntu-24.04
4949
path: ros_ws/log

0 commit comments

Comments
 (0)