File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-22.04
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v6
1111 with :
1212 submodules : true
1313
1414 - name : Setup .NET
15- uses : actions/setup-dotnet@v3
15+ uses : actions/setup-dotnet@v5
1616 with :
1717 dotnet-version : 6.x
1818
1919 - name : Run the Cake script
20- uses : cake-build/cake-action@v1
20+ uses : cake-build/cake-action@v3
2121 with :
2222 verbosity : Diagnostic
2323
2424 - name : Upload MalumMenu.dll artifact
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v6
2626 with :
2727 name : MalumMenu.dll
2828 path : /home/runner/work/MalumMenu/MalumMenu/src/bin/Release/net6.0/MalumMenu.dll
@@ -42,13 +42,13 @@ jobs:
4242 cp /home/runner/work/MalumMenu/MalumMenu/src/bin/Release/net6.0/MalumMenu.dll BepInEx_x64/BepInEx/plugins/
4343
4444 - name : Upload MalumMenu_Steam_Itch.zip artifact
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v6
4646 with :
4747 name : MalumMenu_Steam_Itch
4848 path : BepInEx_x86
4949
5050 - name : Upload MalumMenu_EpicGames_MicrosoftStore_XboxApp.zip artifact
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v6
5252 with :
5353 name : MalumMenu_EpicGames_MicrosoftStore_XboxApp
5454 path : BepInEx_x64
Original file line number Diff line number Diff line change 2222
2323 <!-- Analyzers -->
2424 <PackageReference Include =" BepInEx.Analyzers" Version =" 1.0.8" />
25- <PackageReference Include =" Harmonize" Version =" 1.0.5 " />
25+ <PackageReference Include =" Harmonize" Version =" 1.0.6 " />
2626 </ItemGroup >
2727
2828 <Target Name =" Copy" AfterTargets =" Build" Condition =" '$(AmongUs)' != ''" >
You can’t perform that action at this time.
0 commit comments