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 }}