Skip to content

Commit dc835a1

Browse files
committed
bump workflows version
1 parent 204a2ed commit dc835a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/install_and_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
source /opt/ros/humble/setup.bash
1717
echo $ROS_DISTRO
1818
colcon build --symlink-install --packages-skip sweeppy
19-
- uses: actions/upload-artifact@v3
19+
- uses: actions/upload-artifact@v4
2020
with:
2121
name: rover_ws
2222
path: install/

.github/workflows/integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
with: # added this, might fix a bug that's taken over 3 hours to find
1010
submodules: recursive
11-
- uses: actions/download-artifact@v3
11+
- uses: actions/download-artifact@v4
1212
with:
1313
name: rover_ws
1414
path: install/

0 commit comments

Comments
 (0)