From b5649e2607cfeaf5e7b6dca06f91bf76058857a7 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 29 Mar 2025 12:25:48 -0400 Subject: [PATCH] Fixes: https://github.com/vitorpamplona/amethyst/issues/1309 --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 51e2cc809..d2707654d 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: crowdin action - uses: crowdin/github-action@v1 + uses: crowdin/github-action@v2 with: upload_sources: true upload_translations: true