Skip to content

Commit

Permalink
Merge pull request #42 from 3473f/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
3473f authored Jan 18, 2024
2 parents cd37867 + 21314e5 commit 1946a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/colcon_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
target-ros2-distro: ${{ matrix.ros2-version }}
package-name: ros2autodoc
skip-tests: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: colcon_build_logs
path: ros_ws/${{ matrix.ros2-version }}/${{ matrix.os }}/log

0 comments on commit 1946a7c

Please sign in to comment.