66 - main
77 - ' fix/*'
88 - ' feature/*'
9- - ' release /*'
9+ - ' support /*'
1010 paths :
1111 - ' **'
1212 - ' !docs/**'
1313
1414 pull_request :
1515 branches :
1616 - main
17- - ' release /*'
17+ - ' support /*'
1818 paths :
1919 - ' **'
2020 - ' !docs/**'
4242 steps :
4343 -
4444 name : Checkout
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v3
4646 -
4747 name : Cache cake frosting
4848 id : cache-cake
7272 steps :
7373 -
7474 name : Checkout
75- uses : actions/checkout@v2
75+ uses : actions/checkout@v3
7676 with :
7777 fetch-depth : 0
7878 -
@@ -100,21 +100,21 @@ jobs:
100100 run : dotnet run/build.dll --target=Package
101101 -
102102 name : ' Upload nuget packages'
103- uses : actions/upload-artifact@v2.3.1
103+ uses : actions/upload-artifact@v3
104104 if : matrix.os == 'windows-latest'
105105 with :
106106 name : nuget
107107 path : ${{ github.workspace }}/artifacts/packages/nuget
108108 -
109109 name : ' Upload native packages'
110- uses : actions/upload-artifact@v2.3.1
110+ uses : actions/upload-artifact@v3
111111 if : matrix.os == 'windows-latest'
112112 with :
113113 name : native-${{ runner.os }}
114114 path : ${{ github.workspace }}/artifacts/packages/native/*.zip
115115 -
116116 name : ' Upload native packages'
117- uses : actions/upload-artifact@v2.3.1
117+ uses : actions/upload-artifact@v3
118118 if : matrix.os != 'windows-latest'
119119 with :
120120 name : native-${{ runner.os }}
@@ -135,7 +135,7 @@ jobs:
135135 steps :
136136 -
137137 name : Checkout
138- uses : actions/checkout@v2
138+ uses : actions/checkout@v3
139139 with :
140140 fetch-depth : 0
141141 -
@@ -174,7 +174,7 @@ jobs:
174174 steps :
175175 -
176176 name : Checkout
177- uses : actions/checkout@v2
177+ uses : actions/checkout@v3
178178 with :
179179 fetch-depth : 0
180180 -
@@ -192,7 +192,7 @@ jobs:
192192 path : tools
193193 key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
194194 -
195- uses : actions/download-artifact@v2.1.0
195+ uses : actions/download-artifact@v3
196196 name : Download nuget packages
197197 with :
198198 name : nuget
@@ -220,7 +220,7 @@ jobs:
220220 steps :
221221 -
222222 name : Checkout
223- uses : actions/checkout@v2
223+ uses : actions/checkout@v3
224224 with :
225225 fetch-depth : 0
226226 -
@@ -238,13 +238,13 @@ jobs:
238238 path : tools
239239 key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
240240 -
241- uses : actions/download-artifact@v2.1.0
241+ uses : actions/download-artifact@v3
242242 name : Download nuget packages
243243 with :
244244 name : nuget
245245 path : ${{ github.workspace }}/artifacts/packages/nuget
246246 -
247- uses : actions/download-artifact@v2.1.0
247+ uses : actions/download-artifact@v3
248248 name : Download native packages
249249 with :
250250 name : native-${{ runner.os }}
@@ -284,7 +284,7 @@ jobs:
284284 steps :
285285 -
286286 name : Checkout
287- uses : actions/checkout@v2
287+ uses : actions/checkout@v3
288288 with :
289289 fetch-depth : 0
290290 -
@@ -302,7 +302,7 @@ jobs:
302302 path : tools
303303 key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
304304 -
305- uses : actions/download-artifact@v2.1.0
305+ uses : actions/download-artifact@v3
306306 name : Download nuget packages
307307 with :
308308 name : nuget
@@ -382,7 +382,7 @@ jobs:
382382 steps :
383383 -
384384 name : Checkout
385- uses : actions/checkout@v2
385+ uses : actions/checkout@v3
386386 with :
387387 fetch-depth : 0
388388 -
@@ -400,7 +400,7 @@ jobs:
400400 path : tools
401401 key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
402402 -
403- uses : actions/download-artifact@v2.1.0
403+ uses : actions/download-artifact@v3
404404 name : Download nuget packages
405405 with :
406406 name : nuget
@@ -424,7 +424,7 @@ jobs:
424424 steps :
425425 -
426426 name : Checkout
427- uses : actions/checkout@v2
427+ uses : actions/checkout@v3
428428 with :
429429 fetch-depth : 0
430430 -
@@ -442,19 +442,19 @@ jobs:
442442 path : tools
443443 key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
444444 -
445- uses : actions/download-artifact@v2.1.0
445+ uses : actions/download-artifact@v3
446446 name : Download native linux packages
447447 with :
448448 name : native-Linux
449449 path : ${{ github.workspace }}/artifacts/packages/native
450450 -
451- uses : actions/download-artifact@v2.1.0
451+ uses : actions/download-artifact@v3
452452 name : Download native windows packages
453453 with :
454454 name : native-Windows
455455 path : ${{ github.workspace }}/artifacts/packages/native
456456 -
457- uses : actions/download-artifact@v2.1.0
457+ uses : actions/download-artifact@v3
458458 name : Download native macos packages
459459 with :
460460 name : native-macOS
0 commit comments