File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,24 +4,27 @@ on: [ "push", "pull_request" ]
44
55jobs :
66 build :
7- runs-on : ubuntu-20 .04
7+ runs-on : ubuntu-22 .04
88
99 steps :
10- - uses : actions/checkout@v3
11- with :
12- submodules : true
10+ - uses : actions/checkout@v6
1311
1412 - name : Setup .NET
15- uses : actions/setup-dotnet@v3
13+ uses : actions/setup-dotnet@v5
1614 with :
17- dotnet-version : 6 .x
15+ dotnet-version : 10.0 .x
1816
1917 - name : Run the Cake script
20- uses : cake-build/cake-action@v1
18+ uses : cake-build/cake-action@v3
2119 with :
2220 verbosity : Diagnostic
2321
24- - uses : actions/upload-artifact@v3
22+ - uses : actions/upload-artifact@v4
23+ with :
24+ name : GraphicsPlus.dll
25+ path : GraphicsPlus/bin/Release/net6.0/GraphicsPlus.dll
26+
27+ - uses : actions/upload-artifact@v4
2528 with :
26- name : AndroidTestMod .dll
27- path : AndroidTestMod /bin/Release/net6 .0/AndroidTestMod .dll
29+ name : AuthFix .dll
30+ path : AuthFix /bin/Release/net10 .0/AuthFix .dll
You can’t perform that action at this time.
0 commit comments