From 56a8e592ba59e02149b6ec458f79da456b580f61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 04:25:38 +0000 Subject: [PATCH] argo: Update to version 3.4.11 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index f55ad5a621..6bb9c6a862 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.4.10", + "version": "3.4.11", "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.4.10/argo-windows-amd64.exe.gz", - "hash": "0b05c9525e3811d763d40b0a8757ebd32db65f7f4a818f663f95afb70ae2dd59" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.4.11/argo-windows-amd64.exe.gz", + "hash": "b5daf3ef0e1ace275e6e5fba317eb4c68a14c5999728facd6cd4d07effb6b9d0" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",