@@ -122,7 +122,7 @@ jobs:
122
122
recursive : true
123
123
124
124
- name : upload build to workflow
125
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
125
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
126
126
with :
127
127
if-no-files-found : error
128
128
name : quick-lint-js-${{ matrix.toolchain.archive_name }}-${{ github.sha }}
@@ -171,7 +171,7 @@ jobs:
171
171
uname -a || :
172
172
shell : bash
173
173
174
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
174
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
175
175
with :
176
176
name : quick-lint-js-${{ matrix.os.archive_name }}-${{ github.sha }}
177
177
- name : unpack .zip build
@@ -194,35 +194,35 @@ jobs:
194
194
- name : checkout
195
195
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
196
196
197
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
197
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
198
198
with :
199
199
name : quick-lint-js-linux-${{ github.sha }}
200
200
path : ./
201
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
201
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
202
202
with :
203
203
name : quick-lint-js-linux-armhf-${{ github.sha }}
204
204
path : ./
205
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
205
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
206
206
with :
207
207
name : quick-lint-js-linux-aarch64-${{ github.sha }}
208
208
path : ./
209
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
209
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
210
210
with :
211
211
name : quick-lint-js-macos-${{ github.sha }}
212
212
path : ./
213
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
213
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
214
214
with :
215
215
name : quick-lint-js-macos-aarch64-${{ github.sha }}
216
216
path : ./
217
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
217
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
218
218
with :
219
219
name : quick-lint-js-windows-${{ github.sha }}
220
220
path : ./
221
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
221
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
222
222
with :
223
223
name : quick-lint-js-windows-x86-${{ github.sha }}
224
224
path : ./
225
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
225
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
226
226
with :
227
227
name : quick-lint-js-windows-arm64-${{ github.sha }}
228
228
path : ./
@@ -258,7 +258,7 @@ jobs:
258
258
run : npm pack ./dist/npm
259
259
260
260
- name : upload package to workflow
261
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
261
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
262
262
with :
263
263
if-no-files-found : error
264
264
name : quick-lint-js-npm-${{ github.sha }}
@@ -290,7 +290,7 @@ jobs:
290
290
runs-on : ${{ matrix.os.runs_on }}
291
291
292
292
steps :
293
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
293
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
294
294
with :
295
295
name : quick-lint-js-npm-${{ github.sha }}
296
296
@@ -324,11 +324,11 @@ jobs:
324
324
steps :
325
325
- name : checkout
326
326
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
327
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
327
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
328
328
with :
329
329
name : quick-lint-js-windows-${{ github.sha }}
330
330
path : ./
331
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
331
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
332
332
with :
333
333
name : quick-lint-js-windows-x86-${{ github.sha }}
334
334
path : ./
@@ -337,7 +337,7 @@ jobs:
337
337
run : go run ./dist/chocolatey/build.go -x86-ZIP ./windows-x86.zip -x64-ZIP ./windows.zip -Out ./quick-lint-js.nupkg
338
338
339
339
- name : upload package to workflow
340
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
340
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
341
341
with :
342
342
if-no-files-found : error
343
343
name : quick-lint-js-chocolatey-${{ github.sha }}
@@ -357,7 +357,7 @@ jobs:
357
357
needs : package-chocolatey
358
358
runs-on : windows-latest
359
359
steps :
360
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
360
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
361
361
with :
362
362
name : quick-lint-js-chocolatey-${{ github.sha }}
363
363
- name : install
@@ -373,11 +373,11 @@ jobs:
373
373
steps :
374
374
- name : checkout
375
375
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
376
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
376
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
377
377
with :
378
378
name : quick-lint-js-windows-${{ github.sha }}
379
379
path : ./
380
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
380
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
381
381
with :
382
382
name : quick-lint-js-windows-x86-${{ github.sha }}
383
383
path : ./
@@ -386,7 +386,7 @@ jobs:
386
386
run : go run ./dist/scoop/make-manifest.go -BaseURI 'https://c.quick-lint-js.com/builds/${{ github.sha }}/' -x86-ZIP ./windows-x86.zip -x64-ZIP ./windows.zip -Out ./quick-lint-js.json
387
387
388
388
- name : upload manifest to workflow
389
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
389
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
390
390
with :
391
391
if-no-files-found : error
392
392
name : quick-lint-js-scoop-${{ github.sha }}
@@ -408,7 +408,7 @@ jobs:
408
408
steps :
409
409
- name : checkout
410
410
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
411
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
411
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
412
412
with :
413
413
name : quick-lint-js-windows-${{ github.sha }}
414
414
path : ./
@@ -424,7 +424,7 @@ jobs:
424
424
shell : bash
425
425
426
426
- name : upload MSIX to workflow
427
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
427
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
428
428
with :
429
429
if-no-files-found : error
430
430
name : quick-lint-js-msix-${{ github.sha }}
@@ -447,7 +447,7 @@ jobs:
447
447
steps :
448
448
- name : checkout
449
449
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
450
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
450
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
451
451
with :
452
452
name : quick-lint-js-msix-${{ github.sha }}
453
453
path : ./
@@ -456,7 +456,7 @@ jobs:
456
456
run : go run ./dist/winget/make-manifests.go -BaseURI 'https://c.quick-lint-js.com/builds/${{ github.sha }}/' -MSIX ./quick-lint-js.msix -OutDir winget-manifests
457
457
458
458
- name : upload manifests to workflow
459
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1 .2
459
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6 .2
460
460
with :
461
461
if-no-files-found : error
462
462
name : quick-lint-js-winget-${{ github.sha }}
0 commit comments