@@ -130,7 +130,7 @@ jobs:
130
130
with :
131
131
path : .dotnet
132
132
key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
133
- -
uses :
actions/[email protected] .8
133
+ -
uses :
actions/[email protected] .9
134
134
name : Download artifacts folder
135
135
with :
136
136
name : storage
@@ -160,7 +160,7 @@ jobs:
160
160
with :
161
161
path : .dotnet
162
162
key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
163
- -
uses :
actions/[email protected] .8
163
+ -
uses :
actions/[email protected] .9
164
164
name : Download artifacts folder
165
165
with :
166
166
name : storage
@@ -190,7 +190,7 @@ jobs:
190
190
with :
191
191
path : .dotnet
192
192
key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
193
- -
uses :
actions/[email protected] .8
193
+ -
uses :
actions/[email protected] .9
194
194
name : Download artifacts folder
195
195
with :
196
196
name : storage
@@ -220,7 +220,7 @@ jobs:
220
220
with :
221
221
path : .dotnet
222
222
key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
223
- -
uses :
actions/[email protected] .8
223
+ -
uses :
actions/[email protected] .9
224
224
name : Download artifacts folder
225
225
with :
226
226
name : storage
@@ -260,7 +260,7 @@ jobs:
260
260
with :
261
261
path : .dotnet
262
262
key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
263
- -
uses :
actions/[email protected] .8
263
+ -
uses :
actions/[email protected] .9
264
264
name : Download artifacts folder
265
265
with :
266
266
name : storage
@@ -301,7 +301,7 @@ jobs:
301
301
with :
302
302
path : .dotnet
303
303
key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
304
- -
uses :
actions/[email protected] .8
304
+ -
uses :
actions/[email protected] .9
305
305
name : Download artifacts folder
306
306
with :
307
307
name : storage
@@ -333,22 +333,22 @@ jobs:
333
333
with :
334
334
path : .dotnet
335
335
key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
336
- -
uses :
actions/[email protected] .8
336
+ -
uses :
actions/[email protected] .9
337
337
name : Download artifacts folder
338
338
with :
339
339
name : storage
340
340
path : ${{ github.workspace }}/artifacts
341
- -
uses :
actions/[email protected] .8
341
+ -
uses :
actions/[email protected] .9
342
342
name : Download windows native folder
343
343
with :
344
344
name : storage-windows-latest
345
345
path : ${{ github.workspace }}/artifacts/native
346
- -
uses :
actions/[email protected] .8
346
+ -
uses :
actions/[email protected] .9
347
347
name : Download linux native folder
348
348
with :
349
349
name : storage-ubuntu-latest
350
350
path : ${{ github.workspace }}/artifacts/native
351
- -
uses :
actions/[email protected] .8
351
+ -
uses :
actions/[email protected] .9
352
352
name : Download osx native folder
353
353
with :
354
354
name : storage-macos-latest
0 commit comments