File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- uses : lukka/get-cmake@latest
27
27
28
28
- name : Clone LLVM
Original file line number Diff line number Diff line change 24
24
DOTNET_CLI_TELEMETRY_OPTOUT : true
25
25
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : ' 0'
30
30
63
63
shell : bash
64
64
run : build/build.sh prepack -platform $PLATFORM
65
65
66
- - uses : actions/upload-artifact@v2
66
+ - uses : actions/upload-artifact@v3
67
67
with :
68
68
name : intermediate
69
69
path : |
82
82
DOTNET_CLI_TELEMETRY_OPTOUT : true
83
83
84
84
steps :
85
- - uses : actions/checkout@v2
85
+ - uses : actions/checkout@v4
86
86
with :
87
87
fetch-depth : ' 0'
88
88
@@ -102,7 +102,7 @@ jobs:
102
102
run : build/build.sh pack
103
103
104
104
- name : Upload package
105
- uses : actions/upload-artifact@v2
105
+ uses : actions/upload-artifact@v3
106
106
with :
107
107
name : CppSharp.nupkg
108
108
path : |
You can’t perform that action at this time.
0 commit comments