Skip to content

Commit

Permalink
Use a newer version of upload-artifact (#553)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey authored Oct 30, 2024
1 parent a0e17ea commit 3e63e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
- name: Upload build logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: colcon-build-logs
path: ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Expand Down

0 comments on commit 3e63e53

Please sign in to comment.