File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
name : ubuntu-latest
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
29
- name : ' Cache: .nuke/temp, ~/.nuget/packages'
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : |
33
33
.nuke/temp
36
36
- name : ' Run: Pack'
37
37
run : ./build.cmd Pack
38
38
- name : ' Publish: packages'
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : packages
42
42
path : artifacts/packages
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
name : ubuntu-latest
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v3
26
+ - uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
29
- name : ' Cache: .nuke/temp, ~/.nuget/packages'
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : |
33
33
.nuke/temp
36
36
- name : ' Run: Publish'
37
37
run : ./build.cmd Publish
38
38
- name : ' Publish: dist'
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : dist
42
42
path : artifacts/dist
You can’t perform that action at this time.
0 commit comments