File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444
4545 - name : Download Specific MelonLoader
4646 if : env.MELONLOADER_BRANCH != ''
47- uses : dawidd6/action-download-artifact@v2
47+ uses : dawidd6/action-download-artifact@v6
4848 with :
4949 github_token : ${{ secrets.GITHUB_TOKEN }}
5050 workflow : build.yml
7777
7878
7979 - name : Download Specific Mod Helper
80- uses : dawidd6/action-download-artifact@v2
80+ uses : dawidd6/action-download-artifact@v6
8181 if : env.MOD_HELPER_BRANCH != ''
8282 with :
8383 github_token : ${{ secrets.GITHUB_TOKEN }}
9898
9999
100100 - name : Setup .NET
101- uses : actions/setup-dotnet@v2
101+ uses : actions/setup-dotnet@v4
102102 with :
103- dotnet-version : 6 .0.x # net6 can still build older as well
103+ dotnet-version : 8 .0.x
104104
105105
106106 - name : Build
You can’t perform that action at this time.
0 commit comments