From cfa89a068ebaeadf8564cff2588c45a90f296166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 08:05:23 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-solution-manual.yml | 2 +- .github/workflows/release-solution.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-solution-manual.yml b/.github/workflows/release-solution-manual.yml index 80af8c1..e4b68e7 100644 --- a/.github/workflows/release-solution-manual.yml +++ b/.github/workflows/release-solution-manual.yml @@ -146,7 +146,7 @@ jobs: fi - name: Fetch the ready to ship solution from GH artifact store - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: managedSolutions path: ${{ github.event.inputs.solution_release_folder}} diff --git a/.github/workflows/release-solution.yml b/.github/workflows/release-solution.yml index 9a3951c..137efdc 100644 --- a/.github/workflows/release-solution.yml +++ b/.github/workflows/release-solution.yml @@ -131,7 +131,7 @@ jobs: - name: Install Power Platform CLI uses: microsoft/powerplatform-actions/actions-install@v1 - name: Fetch the ready to ship solution from GH artifact store - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: managedSolutions path: ${{ inputs.solution_release_folder }}