File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
- name : Setup .NET SDK 8.0.x
20
- uses : actions/setup-dotnet@v3
20
+ uses : actions/setup-dotnet@v4
21
21
with :
22
22
dotnet-version : 8.0.x
23
23
Original file line number Diff line number Diff line change 39
39
steps :
40
40
- uses : actions/checkout@v4
41
41
- name : Setup .NET SDK 8.0.x
42
- uses : actions/setup-dotnet@v3
42
+ uses : actions/setup-dotnet@v4
43
43
with :
44
44
dotnet-version : 8.0.x
45
45
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Setup .NET Core
18
- uses : actions/setup-dotnet@v3
18
+ uses : actions/setup-dotnet@v4
19
19
with :
20
20
dotnet-version : 8.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@v3
26
+ uses : actions/upload-artifact@v4
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@v3
38
+ uses : actions/download-artifact@v4
39
39
with :
40
40
name : nugetpkgs
41
41
path : nugetpkgs
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- name : Setup .NET Core
16
- uses : actions/setup-dotnet@v3
16
+ uses : actions/setup-dotnet@v4
17
17
with :
18
18
dotnet-version : 8.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@v3
24
+ uses : actions/upload-artifact@v4
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@v3
36
+ uses : actions/download-artifact@v4
37
37
with :
38
38
name : nugetpkgs
39
39
path : nugetpkgs
You can’t perform that action at this time.
0 commit comments