From 0c8182745767ff832c083cd3242cb08d31074894 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Fri, 23 Feb 2024 15:46:09 -0500 Subject: [PATCH] Bump version and provide suffix Signed-off-by: Derek Ho --- .github/workflows/verify-binary-install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify-binary-install.yml b/.github/workflows/verify-binary-install.yml index 947e7c12a..5cf323f82 100644 --- a/.github/workflows/verify-binary-install.yml +++ b/.github/workflows/verify-binary-install.yml @@ -36,10 +36,11 @@ jobs: - name: Run Dashboard with Security Dashboards Plugin id: setup-dashboards - uses: derek-ho/setup-opensearch-dashboards@v1 + uses: derek-ho/setup-opensearch-dashboards@v2 with: plugin_name: dashboards-observability built_plugin_name: observabilityDashboards + built_plugin_suffix: ${{ env.OPENSEARCH_VERSION }} install_zip: true - name: Start the binary