File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 push :
99 branches :
10- - development
10+ - dev
1111 paths-ignore :
1212 - ' README.md'
1313
@@ -17,14 +17,14 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout Repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 submodules : recursive # Updates the Languages submodule
2323
2424 - name : Setup Dotnet
25- uses : actions/setup-dotnet@v2
25+ uses : actions/setup-dotnet@v4
2626 with :
27- dotnet-version : 8.0 .x
27+ dotnet-version : 9 .x
2828
2929 - name : Install Mod Dependencies
3030 run : dotnet restore ${{ env.SLN_PATH }}
3838 run : mv About/ Assemblies/ AssembliesCustom/ Defs/ Languages/ Textures/ output/Multiplayer
3939
4040 - name : Upload Mod Artifacts
41- uses : actions/upload-artifact@v2
41+ uses : actions/upload-artifact@v4
4242 with :
4343 name : Multiplayer-beta
4444 path : |
45- output/
45+ output/
You can’t perform that action at this time.
0 commit comments