diff --git a/action.yaml b/action.yaml index 20ba3b78ef7..1d7e8a473c5 100644 --- a/action.yaml +++ b/action.yaml @@ -216,8 +216,9 @@ runs: node-version: "22.x" - name: Setup Sentry CLI - shell: bash - run: curl -sL https://sentry.io/get-cli/ | SENTRY_CLI_VERSION="3.4.3" bash + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 + with: + version: "3.4.3" - name: Install Nodejs dependencies shell: bash