Skip to content

Commit

Permalink
Fix Nightly (#719) (#725)
Browse files Browse the repository at this point in the history
* 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>
(cherry picked from commit 32b25e5)
  • Loading branch information
pablogs9 authored Sep 12, 2024
1 parent fb214f1 commit eeb270b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eeb270b

Please sign in to comment.