diff --git a/.github/workflows/release-solution-manual.yml b/.github/workflows/release-solution-manual.yml index 80af8c1..81685c2 100644 --- a/.github/workflows/release-solution-manual.yml +++ b/.github/workflows/release-solution-manual.yml @@ -111,7 +111,7 @@ jobs: solution-output-file: ${{ github.event.inputs.solution_shipping_folder}}/${{ github.event.inputs.solution_name }}.zip - name: Upload the ready to ship solution to GH artifact store - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: managedSolutions path: ${{ github.event.inputs.solution_shipping_folder}}/${{ github.event.inputs.solution_name }}.zip diff --git a/.github/workflows/release-solution.yml b/.github/workflows/release-solution.yml index 9a3951c..76f3111 100644 --- a/.github/workflows/release-solution.yml +++ b/.github/workflows/release-solution.yml @@ -113,7 +113,7 @@ jobs: managed: true solution-output-file: ${{ inputs.solution_shipping_folder }}${{ inputs.solution_name }}_managed.zip - name: Upload the ready to ship solution to GH artifact store - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: managedSolutions path: ${{ inputs.solution_shipping_folder }}