Skip to content

Commit b864716

Browse files
Fix Nightly (#719) (#723)
* 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] <support@github.com> * Bump upload_artifact Signed-off-by: Pablo Garrido <pablogs9@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 32b25e5)
1 parent 5ed6f2d commit b864716

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -217,7 +217,7 @@ jobs:
217217
rosdep update --rosdistro ${{ env.ROS_DISTRO }}
218218
rosdep install --rosdistro ${{ env.ROS_DISTRO }} -y --from-paths src --ignore-src -y
219219
220-
- uses: actions/download-artifact@v1
220+
- uses: actions/download-artifact@v4.1.7
221221
with:
222222
name: micro_ros_build_${{ inputs.ci_target_ref }}
223223
path: install

0 commit comments

Comments
 (0)