Skip to content

Commit

Permalink
Fix Nightly (#719)
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>
  • Loading branch information
pablogs9 and dependabot[bot] authored Sep 12, 2024
1 parent 9ae1ca7 commit 32b25e5
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 @@ -44,7 +44,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 @@ -75,7 +75,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 @@ -218,7 +218,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 32b25e5

Please sign in to comment.