From a967d2fdda299ec8e1e3b99fb55bd06ecfdb0469 Mon Sep 17 00:00:00 2001 From: Evgeniy Scherbina Date: Tue, 22 Aug 2023 12:44:39 -0400 Subject: [PATCH] Update rocksdb version in ci-master workflow (#1665) --- .github/workflows/ci-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index 82d05b8c..8c9de697 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -31,7 +31,7 @@ jobs: - name: build rocksdb dependency run: bash ${GITHUB_WORKSPACE}/.github/scripts/install-rocksdb.sh env: - ROCKSDB_VERSION: v7.10.2 + ROCKSDB_VERSION: v8.1.1 - name: Build and upload release artifacts run: bash ${GITHUB_WORKSPACE}/.github/scripts/publish-internal-release-artifacts.sh env: