File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
os : [ windows-latest ]
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- name : Setup .NET SDK 6.0.x
21
- uses : actions/setup-dotnet@v1
21
+ uses : actions/setup-dotnet@v3
22
22
with :
23
23
dotnet-version : 6.0.x
24
24
Original file line number Diff line number Diff line change 38
38
- 11212:11211
39
39
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v4
42
42
- name : Setup .NET SDK 6.0.x
43
- uses : actions/setup-dotnet@v1
43
+ uses : actions/setup-dotnet@v3
44
44
with :
45
45
dotnet-version : 6.0.x
46
46
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v4
17
17
- name : Setup .NET Core
18
- uses : actions/setup-dotnet@v1
18
+ uses : actions/setup-dotnet@v3
19
19
with :
20
20
dotnet-version : 6.0.x
21
21
- name : Build with dotnet
22
22
run : dotnet build --configuration Release /home/runner/work/EasyCaching/EasyCaching/EasyCaching.sln
23
23
- name : Pack with dotnet
24
24
run : dotnet pack /home/runner/work/EasyCaching/EasyCaching/EasyCaching.sln --version-suffix alpha`date +%Y%m%d%H%M%S` -o /home/runner/work/nugetpkgs -c Release --no-build
25
25
- name : Upload artifact
26
- uses : actions/upload-artifact@v1
26
+ uses : actions/upload-artifact@v3
27
27
with :
28
28
name : nugetpkgs
29
29
path : /home/runner/work/nugetpkgs
35
35
36
36
steps :
37
37
- name : Download build artifacts
38
- uses : actions/download-artifact@v1
38
+ uses : actions/download-artifact@v3
39
39
with :
40
40
name : nugetpkgs
41
41
- name : list nugetpkgs
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v4
15
15
- name : Setup .NET Core
16
- uses : actions/setup-dotnet@v1
16
+ uses : actions/setup-dotnet@v3
17
17
with :
18
18
dotnet-version : 6.0.x
19
19
- name : Build with dotnet
20
20
run : dotnet build --configuration Release /home/runner/work/EasyCaching/EasyCaching/EasyCaching.sln
21
21
- name : Pack with dotnet
22
22
run : dotnet pack /home/runner/work/EasyCaching/EasyCaching/EasyCaching.sln -o /home/runner/work/nugetpkgs -c Release --no-build
23
23
- name : Upload artifact
24
- uses : actions/upload-artifact@v1
24
+ uses : actions/upload-artifact@v3
25
25
with :
26
26
name : nugetpkgs
27
27
path : /home/runner/work/nugetpkgs
33
33
34
34
steps :
35
35
- name : Download build artifacts
36
- uses : actions/download-artifact@v1
36
+ uses : actions/download-artifact@v3
37
37
with :
38
38
name : nugetpkgs
39
39
- name : list nugetpkgs
You can’t perform that action at this time.
0 commit comments