From e8c50c457bc2f25b957d3afa288a8a49d6647f40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:30:52 +0000 Subject: [PATCH] Update getsentry/action-release action to v3 --- .github/workflows/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index d7b0297f..cc318e66 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -48,7 +48,7 @@ jobs: run: docker cp gptwrapper:/opt/app-root/src/dist ./dist - name: Create Sentry release - uses: getsentry/action-release@v1 + uses: getsentry/action-release@v3 env: SENTRY_URL: https://toska.cs.helsinki.fi/ SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_TOKEN }}