From f789eb93e372ce5e57271641a04eda77fdb8ee5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:39:43 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e2ab1603..accafdf0 100644 --- a/action.yml +++ b/action.yml @@ -96,7 +96,7 @@ runs: - name: Download cache artifact for cm repo id: download-cache-for-cm-repo - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 if: ${{ env.SKIP_GIT_CLONE == 'true' && fromJSON(fromJSON(inputs.client_payload)).hasCmRepo == true }} continue-on-error: true with: @@ -108,7 +108,7 @@ runs: - name: Download cache artifact when cmRepo is false id: download-cache - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 if: ${{ env.SKIP_GIT_CLONE == 'true' && fromJSON(fromJSON(inputs.client_payload)).hasCmRepo == false}} continue-on-error: true with: