File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -824,7 +824,7 @@ jobs:
824824 prepareSDK "-x86_64-pc-win32" "dist-win-x86_64" "./dist/win-x86_64/"
825825
826826 - name : Download MSI package
827- uses : actions/download-artifact@v4
827+ uses : actions/download-artifact@v6
828828 with :
829829 name : scala.msi
830830 path : .
Original file line number Diff line number Diff line change 3131 runs-on : windows-latest
3232 steps :
3333 - name : Fetch the Chocolatey package from GitHub
34- uses : actions/download-artifact@v4
34+ uses : actions/download-artifact@v6
3535 with :
3636 name : scala.nupkg
3737 - name : Publish the package to Chocolatey
Original file line number Diff line number Diff line change 3535 distribution : temurin
3636 java-version : ${{ inputs.java-version }}
3737 - name : Download the 'nupkg' from GitHub Artifacts
38- uses : actions/download-artifact@v4
38+ uses : actions/download-artifact@v6
3939 with :
4040 name : scala.nupkg
4141 path : ${{ env.CHOCOLATEY-REPOSITORY }}
Original file line number Diff line number Diff line change 2929 distribution : temurin
3030 java-version : ${{ inputs.java-version }}
3131 - name : Download MSI artifact
32- uses : actions/download-artifact@v4
32+ uses : actions/download-artifact@v6
3333 with :
3434 name : scala.msi
3535 path : .
You can’t perform that action at this time.
0 commit comments