From fa6da92dc6738f96e40aa1b13a98b056d846d12b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:50:23 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.6 to 4.4.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-build-coverage.yml | 2 +- .github/workflows/reusable-ros-tooling-source-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build-coverage.yml b/.github/workflows/reusable-build-coverage.yml index f6546e5..7022546 100644 --- a/.github/workflows/reusable-build-coverage.yml +++ b/.github/workflows/reusable-build-coverage.yml @@ -135,7 +135,7 @@ jobs: flags: unittests name: codecov-umbrella token: ${{ secrets.CODECOV_TOKEN }} - - uses: actions/upload-artifact@v4.3.6 + - uses: actions/upload-artifact@v4.4.0 with: name: colcon-logs-coverage-${{ inputs.ros_distro }} path: ros_ws/log diff --git a/.github/workflows/reusable-ros-tooling-source-build.yml b/.github/workflows/reusable-ros-tooling-source-build.yml index 6c60cc2..b9ae751 100644 --- a/.github/workflows/reusable-ros-tooling-source-build.yml +++ b/.github/workflows/reusable-ros-tooling-source-build.yml @@ -104,7 +104,7 @@ jobs: with: update_existing: true filename: ${{ env.path }}/.github/issue_template_failed_ci.md - - uses: actions/upload-artifact@v4.3.6 + - uses: actions/upload-artifact@v4.4.0 with: name: colcon-logs-${{ inputs.os_name }}-${{ inputs.ros_distro }} path: ros_ws/log