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 2222 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
2323
2424 steps :
25- - uses : actions/checkout@v3
25+ - uses : actions/checkout@v4
2626 - uses : lukka/get-cmake@latest
2727
2828 - name : Clone LLVM
Original file line number Diff line number Diff line change 2424 DOTNET_CLI_TELEMETRY_OPTOUT : true
2525
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828 with :
2929 fetch-depth : ' 0'
3030
6363 shell : bash
6464 run : build/build.sh prepack -platform $PLATFORM
6565
66- - uses : actions/upload-artifact@v2
66+ - uses : actions/upload-artifact@v3
6767 with :
6868 name : intermediate
6969 path : |
8282 DOTNET_CLI_TELEMETRY_OPTOUT : true
8383
8484 steps :
85- - uses : actions/checkout@v2
85+ - uses : actions/checkout@v4
8686 with :
8787 fetch-depth : ' 0'
8888
@@ -102,7 +102,7 @@ jobs:
102102 run : build/build.sh pack
103103
104104 - name : Upload package
105- uses : actions/upload-artifact@v2
105+ uses : actions/upload-artifact@v3
106106 with :
107107 name : CppSharp.nupkg
108108 path : |
You can’t perform that action at this time.
0 commit comments