diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 3f27b9ab..3a2ad948 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -16,7 +16,7 @@ jobs: heroku_email: "yknx.4.b@gmail.com" - uses: actions/checkout@v2 - name: Create Sentry release - uses: getsentry/action-release@v1 + uses: getsentry/action-release@v3 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }}