We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247706c commit d8e7df4Copy full SHA for d8e7df4
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
import-token: ${{ secrets.GITHUB_TOKEN }}
29
target-ros2-distro: ${{ matrix.ros_distro }}
30
vcs-repo-file-url: "${{ github.workspace }}/.github/deps.repos"
31
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v4
32
with:
33
name: colcon-logs
34
path: ros_ws/log
0 commit comments