Skip to content

Commit 66b5980

Browse files
build(ci): Bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63b3904 commit 66b5980

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
steps:
147147

148148
- name: Download artifacts
149-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
149+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
150150
with:
151151
merge-multiple: true
152152
path: /tmp/artifacts/

.github/workflows/build_pyvelox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
needs: build_wheels
155155
runs-on: ubuntu-22.04
156156
steps:
157-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
157+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
158158
with:
159159
pattern: wheels-*
160160
merge-multiple: true

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
password: ${{ secrets.GITHUB_TOKEN }}
149149

150150
- name: Download digests
151-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
151+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
152152
with:
153153
path: ${{ runner.temp }}/digests
154154
pattern: digests-*
@@ -193,7 +193,7 @@ jobs:
193193

194194
- name: Download Base Image
195195
if: ${{ github.event_name == 'pull_request' }}
196-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
196+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
197197
with:
198198
pattern: centos9-amd64
199199
path: /tmp

.github/workflows/scheduled.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ jobs:
413413
echo "DURATION=$duration" >> $GITHUB_ENV
414414
415415
- name: Download presto fuzzer
416-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
416+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
417417
with:
418418
name: presto
419419

@@ -463,7 +463,7 @@ jobs:
463463
steps:
464464

465465
- name: Download Presto expression fuzzer
466-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
466+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
467467
with:
468468
name: presto
469469

@@ -531,12 +531,12 @@ jobs:
531531
steps:
532532

533533
- name: Download presto expression fuzzer
534-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
534+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
535535
with:
536536
name: presto
537537

538538
- name: Download Signatures
539-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
539+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
540540
with:
541541
name: signatures
542542
path: /tmp/signatures
@@ -586,7 +586,7 @@ jobs:
586586
steps:
587587

588588
- name: Download spark aggregation fuzzer
589-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
589+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
590590
with:
591591
name: spark_aggregation_fuzzer
592592

@@ -628,12 +628,12 @@ jobs:
628628
steps:
629629

630630
- name: Download spark expression fuzzer
631-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
631+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
632632
with:
633633
name: spark_expression_fuzzer
634634

635635
- name: Download Signatures
636-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
636+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
637637
with:
638638
name: signatures
639639
path: /tmp/signatures
@@ -675,7 +675,7 @@ jobs:
675675
steps:
676676

677677
- name: Download spark expression fuzzer
678-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
678+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
679679
with:
680680
name: spark_expression_fuzzer
681681

@@ -723,7 +723,7 @@ jobs:
723723
steps:
724724

725725
- name: Download join fuzzer
726-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
726+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
727727
with:
728728
name: join
729729

@@ -782,7 +782,7 @@ jobs:
782782
steps:
783783

784784
- name: Download exchange fuzzer
785-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
785+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
786786
with:
787787
name: exchange
788788

@@ -824,7 +824,7 @@ jobs:
824824
steps:
825825

826826
- name: Download row number fuzzer
827-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
827+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
828828
with:
829829
name: row_number
830830

@@ -886,7 +886,7 @@ jobs:
886886
steps:
887887

888888
- name: Download topn row number fuzzer
889-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
889+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
890890
with:
891891
name: topn_row_number
892892

@@ -947,7 +947,7 @@ jobs:
947947
steps:
948948

949949
- name: Download cache fuzzer
950-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
950+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
951951
with:
952952
name: cache_fuzzer
953953

@@ -981,7 +981,7 @@ jobs:
981981
steps:
982982

983983
- name: Download table evolution fuzzer
984-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
984+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
985985
with:
986986
name: table_evolution_fuzzer
987987

@@ -1015,7 +1015,7 @@ jobs:
10151015
steps:
10161016

10171017
- name: Download memory arbitration fuzzer
1018-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1018+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
10191019
with:
10201020
name: memory_arbitration_fuzzer
10211021

@@ -1052,7 +1052,7 @@ jobs:
10521052
steps:
10531053

10541054
- name: Download aggregation fuzzer
1055-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1055+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
10561056
with:
10571057
name: aggregation
10581058

@@ -1116,7 +1116,7 @@ jobs:
11161116
steps:
11171117

11181118
- name: Download presto expression fuzzer
1119-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1119+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
11201120
with:
11211121
name: presto
11221122

@@ -1133,7 +1133,7 @@ jobs:
11331133
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}/velox
11341134

11351135
- name: Download Signatures
1136-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1136+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
11371137
with:
11381138
name: signatures
11391139
path: /tmp/signatures
@@ -1205,7 +1205,7 @@ jobs:
12051205
steps:
12061206

12071207
- name: Download aggregation fuzzer
1208-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1208+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
12091209
with:
12101210
name: aggregation
12111211

@@ -1222,7 +1222,7 @@ jobs:
12221222
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}/velox
12231223

12241224
- name: Download Signatures
1225-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1225+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
12261226
with:
12271227
name: signatures
12281228
path: /tmp/signatures
@@ -1274,7 +1274,7 @@ jobs:
12741274
runs-on: ubuntu-latest
12751275
steps:
12761276
- name: Download Signatures
1277-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1277+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
12781278
with:
12791279
name: signatures
12801280
path: /tmp/signatures
@@ -1303,7 +1303,7 @@ jobs:
13031303
steps:
13041304

13051305
- name: Download window fuzzer
1306-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1306+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
13071307
with:
13081308
name: window
13091309

@@ -1367,7 +1367,7 @@ jobs:
13671367
steps:
13681368

13691369
- name: Download writer fuzzer
1370-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
1370+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
13711371
with:
13721372
name: writer
13731373

0 commit comments

Comments
 (0)