Skip to content

Commit 9483a9f

Browse files
dependabot[bot]arturcic
authored andcommitted
Bump actions/download-artifact from v2.0.8 to v2.0.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.8 to v2.0.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.0.8...158ca71) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 557e96a commit 9483a9f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
path: .dotnet
132132
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
133-
- uses: actions/[email protected].8
133+
- uses: actions/[email protected].9
134134
name: Download artifacts folder
135135
with:
136136
name: storage
@@ -160,7 +160,7 @@ jobs:
160160
with:
161161
path: .dotnet
162162
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
163-
- uses: actions/[email protected].8
163+
- uses: actions/[email protected].9
164164
name: Download artifacts folder
165165
with:
166166
name: storage
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
path: .dotnet
192192
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
193-
- uses: actions/[email protected].8
193+
- uses: actions/[email protected].9
194194
name: Download artifacts folder
195195
with:
196196
name: storage
@@ -220,7 +220,7 @@ jobs:
220220
with:
221221
path: .dotnet
222222
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
223-
- uses: actions/[email protected].8
223+
- uses: actions/[email protected].9
224224
name: Download artifacts folder
225225
with:
226226
name: storage
@@ -260,7 +260,7 @@ jobs:
260260
with:
261261
path: .dotnet
262262
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
263-
- uses: actions/[email protected].8
263+
- uses: actions/[email protected].9
264264
name: Download artifacts folder
265265
with:
266266
name: storage
@@ -301,7 +301,7 @@ jobs:
301301
with:
302302
path: .dotnet
303303
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
304-
- uses: actions/[email protected].8
304+
- uses: actions/[email protected].9
305305
name: Download artifacts folder
306306
with:
307307
name: storage
@@ -333,22 +333,22 @@ jobs:
333333
with:
334334
path: .dotnet
335335
key: v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
336-
- uses: actions/[email protected].8
336+
- uses: actions/[email protected].9
337337
name: Download artifacts folder
338338
with:
339339
name: storage
340340
path: ${{ github.workspace }}/artifacts
341-
- uses: actions/[email protected].8
341+
- uses: actions/[email protected].9
342342
name: Download windows native folder
343343
with:
344344
name: storage-windows-latest
345345
path: ${{ github.workspace }}/artifacts/native
346-
- uses: actions/[email protected].8
346+
- uses: actions/[email protected].9
347347
name: Download linux native folder
348348
with:
349349
name: storage-ubuntu-latest
350350
path: ${{ github.workspace }}/artifacts/native
351-
- uses: actions/[email protected].8
351+
- uses: actions/[email protected].9
352352
name: Download osx native folder
353353
with:
354354
name: storage-macos-latest

0 commit comments

Comments
 (0)