Skip to content

Commit f956744

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 5.0.0 (#2641)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9009bab commit f956744

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/test.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
path: dir1
118118

119119
- name: Download build assets
120-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
120+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
121121
with:
122122
name: build-assets
123123
path: dir1/dist
@@ -143,7 +143,7 @@ jobs:
143143
bash
144144

145145
- name: Download build assets
146-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
146+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
147147
with:
148148
name: build-assets
149149
path: dir2/dist
@@ -191,7 +191,7 @@ jobs:
191191
fetch-depth: 0
192192

193193
- name: Download build assets
194-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
194+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
195195
with:
196196
name: build-assets
197197

@@ -251,7 +251,7 @@ jobs:
251251
fetch-depth: 0
252252

253253
- name: Download build assets
254-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
254+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
255255
with:
256256
name: build-assets
257257

@@ -295,7 +295,7 @@ jobs:
295295
fetch-depth: 0
296296

297297
- name: Download build assets
298-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
298+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
299299
with:
300300
name: build-assets
301301

@@ -334,7 +334,7 @@ jobs:
334334
fetch-depth: ${{ matrix.fetch-depth }}
335335

336336
- name: Download build assets
337-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
337+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
338338
with:
339339
name: build-assets
340340

@@ -367,7 +367,7 @@ jobs:
367367
ref: ${{ github.event.pull_request.head.sha }}
368368

369369
- name: Download build assets
370-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
370+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
371371
with:
372372
name: build-assets
373373

@@ -403,7 +403,7 @@ jobs:
403403
repository: ${{ github.event.pull_request.head.repo.full_name }}
404404

405405
- name: Download build assets
406-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
406+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
407407
with:
408408
name: build-assets
409409

@@ -429,7 +429,7 @@ jobs:
429429
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
430430

431431
- name: Download build assets
432-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
432+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
433433
with:
434434
name: build-assets
435435

@@ -484,7 +484,7 @@ jobs:
484484
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
485485

486486
- name: Download build assets
487-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
487+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
488488
with:
489489
name: build-assets
490490

@@ -544,7 +544,7 @@ jobs:
544544
path: dir1
545545

546546
- name: Download build assets
547-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
547+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
548548
with:
549549
name: build-assets
550550
path: dir1/dist
@@ -575,7 +575,7 @@ jobs:
575575
fetch-depth: 0
576576

577577
- name: Download build assets
578-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
578+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
579579
with:
580580
name: build-assets
581581
path: dist
@@ -613,7 +613,7 @@ jobs:
613613
path: dir1
614614

615615
- name: Download build assets
616-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
616+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
617617
with:
618618
name: build-assets
619619
path: dir1/dist
@@ -651,7 +651,7 @@ jobs:
651651
fetch-depth: ${{ matrix.fetch-depth }}
652652

653653
- name: Download build assets
654-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
654+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
655655
with:
656656
name: build-assets
657657

@@ -717,7 +717,7 @@ jobs:
717717
fetch-depth: ${{ matrix.fetch-depth }}
718718

719719
- name: Download build assets
720-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
720+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
721721
with:
722722
name: build-assets
723723

@@ -812,7 +812,7 @@ jobs:
812812
fetch-depth: ${{ matrix.fetch-depth }}
813813

814814
- name: Download build assets
815-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
815+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
816816
with:
817817
name: build-assets
818818

@@ -1116,7 +1116,7 @@ jobs:
11161116
fetch-depth: ${{ matrix.fetch-depth }}
11171117

11181118
- name: Download build assets
1119-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
1119+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
11201120
with:
11211121
name: build-assets
11221122

@@ -1167,7 +1167,7 @@ jobs:
11671167
repository: ${{ github.event.pull_request.head.repo.full_name }}
11681168
fetch-depth: ${{ matrix.fetch-depth }}
11691169
- name: Download build assets
1170-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
1170+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
11711171
with:
11721172
name: build-assets
11731173
- name: Dump GitHub context

0 commit comments

Comments
 (0)