From 218ae5c06999d5f614e213da9ffdb997e146404c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 23:00:31 +0000 Subject: [PATCH] Bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.2 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test_main_merge.yml | 2 +- .github/workflows/create_tagged_releases.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test_main_merge.yml b/.github/workflows/build_and_test_main_merge.yml index 38bf0af0..c3f29b60 100644 --- a/.github/workflows/build_and_test_main_merge.yml +++ b/.github/workflows/build_and_test_main_merge.yml @@ -146,7 +146,7 @@ jobs: steps: ########################### Get digests from build ########################### - name: Download digests - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.7 with: pattern: digests-osctrl-${{ matrix.components }}-* merge-multiple: true diff --git a/.github/workflows/create_tagged_releases.yml b/.github/workflows/create_tagged_releases.yml index ffedd166..add9f84a 100644 --- a/.github/workflows/create_tagged_releases.yml +++ b/.github/workflows/create_tagged_releases.yml @@ -155,7 +155,7 @@ jobs: ########################### Get digests from build ########################### - name: Download digests - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.7 with: pattern: digests-osctrl-${{ matrix.components }}-* merge-multiple: true