From 86d4fbf8c396259b4a0454a508e4a2dca986ef63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:34:13 +0000 Subject: [PATCH] argo: Update to version 4.0.0 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 2459709e92..cc522144aa 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.7.9", + "version": "4.0.0", "description": "Workflow engine for orchestrating parallel jobs on Kubernetes", "homepage": "https://github.com/argoproj/argo-workflows", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.7.9/argo-windows-amd64.exe.gz", - "hash": "5e658068705f14889f14ba5e562ddf0d6ff61a4a77749c4bb9ea514623536709" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v4.0.0/argo-windows-amd64.exe.gz", + "hash": "9eb0d71b1b38438a80dab961da032a4e2fd737cf57d2f3073ecf211c2b29f86a" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",