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:
824
824
prepareSDK "-x86_64-pc-win32" "dist-win-x86_64" "./dist/win-x86_64/"
825
825
826
826
- name : Download MSI package
827
- uses : actions/download-artifact@v4
827
+ uses : actions/download-artifact@v5
828
828
with :
829
829
name : scala.msi
830
830
path : .
Original file line number Diff line number Diff line change 31
31
runs-on : windows-latest
32
32
steps :
33
33
- name : Fetch the Chocolatey package from GitHub
34
- uses : actions/download-artifact@v4
34
+ uses : actions/download-artifact@v5
35
35
with :
36
36
name : scala.nupkg
37
37
- name : Publish the package to Chocolatey
Original file line number Diff line number Diff line change 35
35
distribution : temurin
36
36
java-version : ${{ inputs.java-version }}
37
37
- name : Download the 'nupkg' from GitHub Artifacts
38
- uses : actions/download-artifact@v4
38
+ uses : actions/download-artifact@v5
39
39
with :
40
40
name : scala.nupkg
41
41
path : ${{ env.CHOCOLATEY-REPOSITORY }}
Original file line number Diff line number Diff line change 29
29
distribution : temurin
30
30
java-version : ${{ inputs.java-version }}
31
31
- name : Download MSI artifact
32
- uses : actions/download-artifact@v4
32
+ uses : actions/download-artifact@v5
33
33
with :
34
34
name : scala.msi
35
35
path : .
You can’t perform that action at this time.
0 commit comments