Skip to content

Commit 5405737

Browse files
authored
chore: bump duckdb version to 1.4.2 in gh actions (#5339)
Signed-off-by: Alexander Droste <[email protected]>
1 parent ed51819 commit 5405737

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Install DuckDB
6060
run: |
61-
wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
61+
wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.4.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
6262
chmod +x duckdb
6363
echo "$PWD" >> $GITHUB_PATH
6464

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Install DuckDB
6161
run: |
62-
wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
62+
wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.4.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
6363
chmod +x duckdb
6464
echo "$PWD" >> $GITHUB_PATH
6565

.github/workflows/sql-benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ jobs:
136136

137137
- name: Install DuckDB
138138
run: |
139-
wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
139+
wget -qO- https://github.com/duckdb/duckdb/releases/download/v1.4.2/duckdb_cli-linux-amd64.zip | funzip > duckdb
140140
chmod +x duckdb
141141
echo "$PWD" >> $GITHUB_PATH
142+
142143
- name: Build binary
143144
shell: bash
144145
env:

0 commit comments

Comments
 (0)