Skip to content

Commit 32b25e5

Browse files
Fix Nightly (#719)
* Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bump upload_artifact Signed-off-by: Pablo Garrido <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Pablo Garrido <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9ae1ca7 commit 32b25e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
(test -f install/micro_ros_setup/lib/micro_ros_setup/build_firmware.sh) && true || false
4646
47-
- uses: actions/upload-artifact@v1
47+
- uses: actions/upload-artifact@v4.4.0
4848
with:
4949
name: micro_ros_build_${{ inputs.ci_target_ref }}
5050
path: install
@@ -75,7 +75,7 @@ jobs:
7575
rosdep update --rosdistro ${{ env.ROS_DISTRO }}
7676
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y
7777
78-
- uses: actions/download-artifact@v1
78+
- uses: actions/download-artifact@v4.1.7
7979
with:
8080
name: micro_ros_build_${{ inputs.ci_target_ref }}
8181
path: install
@@ -218,7 +218,7 @@ jobs:
218218
rosdep update --rosdistro ${{ env.ROS_DISTRO }}
219219
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y
220220
221-
- uses: actions/download-artifact@v1
221+
- uses: actions/download-artifact@v4.1.7
222222
with:
223223
name: micro_ros_build_${{ inputs.ci_target_ref }}
224224
path: install

0 commit comments

Comments
 (0)