We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204a2ed commit dc835a1Copy full SHA for dc835a1
.github/workflows/install_and_build.yaml
@@ -16,7 +16,7 @@ jobs:
16
source /opt/ros/humble/setup.bash
17
echo $ROS_DISTRO
18
colcon build --symlink-install --packages-skip sweeppy
19
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
20
with:
21
name: rover_ws
22
path: install/
.github/workflows/integration_tests.yaml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
with: # added this, might fix a bug that's taken over 3 hours to find
10
submodules: recursive
11
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
12
13
14
0 commit comments