diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1237b5f7d4..ef9aa7cfc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: run: make preMerge - name: Install Sentry CLI - run: curl -sL https://sentry.io/get-cli/ | bash + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 - name: Upload Snapshots to Sentry # Skip on PRs from forks, which don't have access to the upload secret diff --git a/.github/workflows/integration-tests-ui.yml b/.github/workflows/integration-tests-ui.yml index 815611507d..043c4730f3 100644 --- a/.github/workflows/integration-tests-ui.yml +++ b/.github/workflows/integration-tests-ui.yml @@ -75,7 +75,7 @@ jobs: - name: Install Sentry CLI if: ${{ !cancelled() && env.SAUCE_USERNAME != null }} - run: curl -sL https://sentry.io/get-cli/ | bash + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 - name: Upload Replay Snapshots to Sentry # Skip on PRs from forks, which don't have access to the upload secret