Skip to content

Commit

Permalink
Update ci.yml (#173)
Browse files Browse the repository at this point in the history
actions/upload-artifact@v3 is now deprecated... switch to v4
  • Loading branch information
andermi authored Jan 31, 2025
1 parent a1e7420 commit 71fe25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ROS_DISTRO: ${{ matrix.ros-distro }}
- name: Archive rosbags
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rosbags
path: ~/ws/build/buoy_tests/rosbag*
Expand Down

0 comments on commit 71fe25a

Please sign in to comment.