File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
winBuild :
14
14
runs-on : windows-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
- - uses : nuget/setup-nuget@v1
19
+ - uses : nuget/setup-nuget@v2
20
20
- name : Setup .NET
21
- uses : actions/setup-dotnet@v3
21
+ uses : actions/setup-dotnet@v4
22
22
with :
23
23
dotnet-version : 8.0.x
24
24
- name : Set up JDK 11
25
- uses : actions/setup-java@v3
25
+ uses : actions/setup-java@v4
26
26
with :
27
27
distribution : ' temurin'
28
28
java-version : ' 11'
@@ -37,19 +37,19 @@ jobs:
37
37
- name : Build sample
38
38
run : dotnet build ./Source/OxyplotMauiSample/OxyplotMauiSample.csproj /p:Configuration=Release /t:restore,build /p:Version=$(git describe) /p:ContinuousIntegrationBuild=true /p:DeterministicSourcePaths=false
39
39
- name : Upload packages
40
- uses : actions/upload-artifact@v3
40
+ uses : actions/upload-artifact@v4
41
41
with :
42
42
name : nupkg
43
43
path : ./Source/*/nuget/*.nupkg
44
44
45
45
macBuild :
46
46
runs-on : macos-13
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
with :
50
50
fetch-depth : 0
51
51
- name : Setup .NET
52
- uses : actions/setup-dotnet@v3
52
+ uses : actions/setup-dotnet@v4
53
53
with :
54
54
dotnet-version : 8.0.x
55
55
- name : Setup XCode
You can’t perform that action at this time.
0 commit comments