Skip to content

Commit 214348b

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump actions/download-artifact from 8.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1933dc commit 214348b

6 files changed

Lines changed: 37 additions & 37 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -247,39 +247,39 @@ jobs:
247247
mkdir -p tools/buildmgr/cbuildgen/distribution/doc
248248
249249
- name: Download cbuildgen linux-amd64
250-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
250+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
251251
with:
252252
name: cbuildgen-linux-amd64
253253
path: tools/buildmgr/cbuildgen/distribution/bin/
254254

255255
- name: Download cbuildgen linux-arm64
256-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
256+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
257257
with:
258258
name: cbuildgen-linux-arm64
259259
path: tools/buildmgr/cbuildgen/distribution/bin/
260260

261261
- name: Download cbuildgen macos-amd64
262262
if: ${{ !github.event.repository.private }}
263-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
263+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
264264
with:
265265
name: cbuildgen-darwin-amd64
266266
path: tools/buildmgr/cbuildgen/distribution/bin/
267267

268268
- name: Download cbuildgen macos-arm64
269269
if: ${{ !github.event.repository.private }}
270-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
270+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
271271
with:
272272
name: cbuildgen-darwin-arm64
273273
path: tools/buildmgr/cbuildgen/distribution/bin/
274274

275275
- name: Download cbuildgen windows-amd64
276-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
276+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
277277
with:
278278
name: cbuildgen-windows-amd64
279279
path: tools/buildmgr/cbuildgen/distribution/bin/
280280

281281
- name: Download cbuildgen windows-arm64
282-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
282+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
283283
with:
284284
name: cbuildgen-windows-arm64
285285
path: tools/buildmgr/cbuildgen/distribution/bin/
@@ -290,7 +290,7 @@ jobs:
290290
working-directory: tools/buildmgr/cbuildgen/distribution/bin
291291

292292
- name: Download documentation
293-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
293+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
294294
with:
295295
name: documentation
296296
path: tools/buildmgr/cbuildgen/distribution/doc/
@@ -421,13 +421,13 @@ jobs:
421421
path: ${{ env.CMSIS_PACK_ROOT }}
422422

423423
- name: Download cbuild_install
424-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
424+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
425425
with:
426426
name: cbuild_install
427427
path: ${{ github.workspace }}
428428

429429
- name: Download deb_package
430-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
430+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
431431
with:
432432
name: deb_package
433433
path: ${{ github.workspace }}
@@ -649,7 +649,7 @@ jobs:
649649
egress-policy: audit
650650

651651
- name: Download cbuild_install
652-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
652+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
653653
with:
654654
name: cbuild_install
655655
path: ${{ github.workspace }}
@@ -695,7 +695,7 @@ jobs:
695695
egress-policy: audit
696696

697697
- name: Download cbuild_install
698-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
698+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
699699
with:
700700
name: cbuild_install
701701
path: ${{ github.workspace }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
lcov
5050
5151
- name: Download coverage report
52-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
52+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
5353
with:
5454
pattern: coverage-report-*
5555
path: coverage/

.github/workflows/packchk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
mkdir -p tools/packchk/distribution/
347347
348348
- name: Download coverage report
349-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
349+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
350350
with:
351351
name: coverage-report-packchk
352352
path: tools/packchk/distribution/coverage/

.github/workflows/packgen.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,37 +132,37 @@ jobs:
132132
cp -r tools/packgen/test/data/CMakeTestMultipleBuilds/ tools/packgen/distribution/doc/examples/
133133
134134
- name: Download packgen linux-amd64
135-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
135+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
136136
with:
137137
name: packgen-linux-amd64
138138
path: tools/packgen/distribution/bin/linux-amd64/
139139

140140
- name: Download packgen linux arm64
141-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
141+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
142142
with:
143143
name: packgen-linux-arm64
144144
path: tools/packgen/distribution/bin/linux-arm64/
145145

146146
- name: Download packgen macos-amd64
147-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
147+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
148148
with:
149149
name: packgen-darwin-amd64
150150
path: tools/packgen/distribution/bin/darwin-amd64/
151151

152152
- name: Download packgen macos-arm64
153-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
153+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
154154
with:
155155
name: packgen-darwin-arm64
156156
path: tools/packgen/distribution/bin/darwin-arm64/
157157

158158
- name: Download packgen windows-amd64
159-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
159+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
160160
with:
161161
name: packgen-windows-amd64
162162
path: tools/packgen/distribution/bin/windows-amd64/
163163

164164
- name: Download packgen windows-arm64
165-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
165+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
166166
with:
167167
name: packgen-windows-arm64
168168
path: tools/packgen/distribution/bin/windows-arm64/

.github/workflows/projmgr.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -219,81 +219,81 @@ jobs:
219219
cp tools/projmgr/docs/LICENSE.txt tools/projmgr/distribution/
220220
221221
- name: Download projmgr schemas
222-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
222+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
223223
with:
224224
name: projmgr-schemas
225225
path: tools/projmgr/distribution/etc/
226226

227227
- name: Download projmgr templates
228-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
228+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
229229
with:
230230
name: projmgr-templates
231231
path: tools/projmgr/distribution/etc/
232232

233233
- name: Download projmgr linux-amd64
234-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
234+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
235235
with:
236236
name: projmgr-linux-amd64
237237
path: tools/projmgr/distribution/bin/linux-amd64/
238238

239239
- name: Download projmgr linux-arm64
240-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
240+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
241241
with:
242242
name: projmgr-linux-arm64
243243
path: tools/projmgr/distribution/bin/linux-arm64/
244244

245245
- name: Download projmgr macos-amd64
246-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
246+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
247247
with:
248248
name: projmgr-darwin-amd64
249249
path: tools/projmgr/distribution/bin/darwin-amd64/
250250

251251
- name: Download projmgr macos-arm64
252-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
252+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
253253
with:
254254
name: projmgr-darwin-arm64
255255
path: tools/projmgr/distribution/bin/darwin-arm64/
256256

257257
- name: Download projmgr windows-amd64
258-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
258+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
259259
with:
260260
name: projmgr-windows-amd64
261261
path: tools/projmgr/distribution/bin/windows-amd64/
262262

263263
- name: Download projmgr windows-arm64
264-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
264+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
265265
with:
266266
name: projmgr-windows-arm64
267267
path: tools/projmgr/distribution/bin/windows-arm64/
268268

269269
- name: Download projmgr-swig-python linux-amd64
270-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
270+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
271271
with:
272272
name: projmgr-swig-python-linux-amd64
273273
path: tools/projmgr/distribution/lib/linux-amd64/python/
274274

275275
- name: Download projmgr-swig-python macos-amd64
276276
if: ${{ !github.event.repository.private }}
277-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
277+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
278278
with:
279279
name: projmgr-swig-python-darwin-amd64
280280
path: tools/projmgr/distribution/lib/darwin-amd64/python/
281281

282282
- name: Download projmgr-swig-python windows-amd64
283-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
283+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
284284
with:
285285
name: projmgr-swig-python-windows-amd64
286286
path: tools/projmgr/distribution/lib/windows-amd64/python/
287287

288288
- name: Download projmgr-swig-go linux-amd64
289-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
289+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
290290
with:
291291
name: projmgr-swig-go-linux-amd64
292292
path: tools/projmgr/distribution/lib/linux-amd64/go/
293293

294294
- name: Download projmgr-swig-go macos-amd64
295295
if: ${{ !github.event.repository.private }}
296-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
296+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
297297
with:
298298
name: projmgr-swig-go-darwin-amd64
299299
path: tools/projmgr/distribution/lib/darwin-amd64/go/
@@ -312,20 +312,20 @@ jobs:
312312
asset_name: projmgr.zip
313313

314314
- name: Download test report windows-amd64
315-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
315+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
316316
with:
317317
name: unit_test_result_projmgr-windows-amd64
318318
path: tools/testreport/windows-amd64/
319319

320320
- name: Download test report linux-amd64
321-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
321+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
322322
with:
323323
name: unit_test_result_projmgr-linux-amd64
324324
path: tools/testreport/linux-amd64/
325325

326326
- name: Download test report macos-amd64
327327
if: ${{ !github.event.repository.private }}
328-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
328+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
329329
with:
330330
name: unit_test_result_projmgr-darwin-amd64
331331
path: tools/testreport/darwin-amd64/
@@ -344,7 +344,7 @@ jobs:
344344
asset_name: testreport.zip
345345

346346
- name: Download coverage report
347-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
347+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
348348
with:
349349
name: coverage-report-projmgr
350350
path: tools/coverage/

.github/workflows/svdconv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
mkdir -p tools/svdconv/distribution/
345345
346346
- name: Download coverage report
347-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
347+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
348348
with:
349349
name: coverage-report-svdconv
350350
path: tools/svdconv/distribution/coverage/

0 commit comments

Comments
 (0)