From 6e29f50d6e4e249b4da5e41a453b75e728e8a1fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:07:45 +0000 Subject: [PATCH] Update cloudsmith-io/cloudsmith-cli-action action to v3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5ea5cd9..7094714 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -111,7 +111,7 @@ jobs: https://api.cloudsmith.io/v1/user/self/ \ | jq -r '.authenticated' - name: Install Cloudsmith CLI - uses: cloudsmith-io/cloudsmith-cli-action@v2.0.3 + uses: cloudsmith-io/cloudsmith-cli-action@v3.0.1 with: api-key: ${{ secrets.CLOUDSMITH_API_KEY }} - name: Push wheels to Cloudsmith