From 94d10d84f189b787085f7fad9c70ad7109546b5e Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Thu, 12 Sep 2024 10:37:40 +0200 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Bump upload_artifact Signed-off-by: Pablo Garrido --------- Signed-off-by: dependabot[bot] Signed-off-by: Pablo Garrido Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 32b25e573c624164d7f9f84e12f726d65568f90d) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9707937..b8e6b4cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: | (test -f install/micro_ros_setup/lib/micro_ros_setup/build_firmware.sh) && true || false - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4.4.0 with: name: micro_ros_build_${{ inputs.ci_target_ref }} path: install @@ -79,7 +79,7 @@ jobs: rosdep update --rosdistro ${{ env.ROS_DISTRO }} rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: micro_ros_build_${{ inputs.ci_target_ref }} path: install @@ -228,7 +228,7 @@ jobs: rosdep update --rosdistro ${{ env.ROS_DISTRO }} rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: micro_ros_build_${{ inputs.ci_target_ref }} path: install