From 3f9a4ea3a2e6422f38809b4bece55292895b2392 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 20:29:42 +0000 Subject: [PATCH] temporal-cli: Update to version 1.4.0 --- bucket/temporal-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/temporal-cli.json b/bucket/temporal-cli.json index 5884f62bfb..b8615591bf 100644 --- a/bucket/temporal-cli.json +++ b/bucket/temporal-cli.json @@ -1,16 +1,16 @@ { - "version": "1.3.0", + "version": "1.4.0", "description": "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal", "homepage": "https://docs.temporal.io/cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/temporalio/cli/releases/download/v1.3.0/temporal_cli_1.3.0_windows_amd64.zip", - "hash": "91d7301ab5c5b612fe90f07aeca63fcfe898373f19b40ef2cbbcf9153aec1596" + "url": "https://github.com/temporalio/cli/releases/download/v1.4.0/temporal_cli_1.4.0_windows_amd64.zip", + "hash": "9dad73b28cf229ffd35b37aa085ff44ac69e5f1ad3b9e72d49a50d66897263d0" }, "arm64": { - "url": "https://github.com/temporalio/cli/releases/download/v1.3.0/temporal_cli_1.3.0_windows_arm64.zip", - "hash": "1c29edd026864ef91271ac6b7dfa899a53a53eae15a2d200fcf74836db156f44" + "url": "https://github.com/temporalio/cli/releases/download/v1.4.0/temporal_cli_1.4.0_windows_arm64.zip", + "hash": "1a27359ab59baa52b58a79150bc71cc542498c99127d31d1da7dc934b1442b43" } }, "bin": "temporal.exe",