From db46a30714dfc817af2f13c7782527c1248f19cf Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Wed, 22 Jul 2026 12:37:06 -0500 Subject: [PATCH] Move to gcloud storage command The gsutil command is deprecated and it is recommended to move to the 'gcloud storage' command instead. --- .github/workflows/upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upload.yml b/.github/workflows/upload.yml index e8438f7db..44f8a3d4c 100644 --- a/.github/workflows/upload.yml +++ b/.github/workflows/upload.yml @@ -51,7 +51,7 @@ jobs: run: | go run ./cmd/download-plugins -since "${SINCE}" downloads - name: Upload To Release Bucket - run: gsutil -m rsync -r downloads gs://buf-plugins + run: gcloud storage rsync --recursive downloads gs://buf-plugins - name: Generate Github Token id: generate_issues_token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0