From d0c15dcd0dd654acf9235861d53fee859feba92f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 00:33:04 +0000 Subject: [PATCH] argo: Update to version 3.5.0 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 6bb9c6a862..d0d9bac9e9 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.4.11", + "version": "3.5.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.4.11/argo-windows-amd64.exe.gz", - "hash": "b5daf3ef0e1ace275e6e5fba317eb4c68a14c5999728facd6cd4d07effb6b9d0" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.5.0/argo-windows-amd64.exe.gz", + "hash": "cb8da1caa3255e4fa211adb93fc8eb96b68fa0cd374f0567a0f17c93d94e2eec" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",