From caadaa1e49d30de2c489fef8f3b9ec84bbdc6082 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:30:45 +0000 Subject: [PATCH] argo: Update to version 3.4.1 --- bucket/argo.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argo.json b/bucket/argo.json index 829e8ffb87..aaa5d46ae9 100644 --- a/bucket/argo.json +++ b/bucket/argo.json @@ -1,12 +1,12 @@ { - "version": "3.4.0", + "version": "3.4.1", "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.0/argo-windows-amd64.exe.gz", - "hash": "dcdcd8c619db0a46c80c3c5f83760d9e76141ba0e7926be3d30bb5df7131a981" + "url": "https://github.com/argoproj/argo-workflows/releases/download/v3.4.1/argo-windows-amd64.exe.gz", + "hash": "b65d795fb882643229f6862a82e5e7fc3324eeda24c77d01185c6a3c3c1b7753" } }, "pre_install": "Rename-Item $dir\\argo-windows-amd64.exe $dir\\argo.exe",