From 19a60fd85c0305268ae1ca5a8e40d0589820f182 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Sat, 28 Mar 2026 00:43:28 +0800 Subject: [PATCH] Update Crowdin GitHub Action version in build-and-release.yml - Upgraded the Crowdin GitHub Action from v1.20.4 to v2.4.0 to incorporate the latest updates and improvements. --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 97147eb8..359bd388 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -69,7 +69,7 @@ jobs: CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_TOKEN }} - name: Download translations from crowdin - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.4.0 if: steps.cache-check.outputs.cache-hit != 'true' && steps.crowdin-check.outputs.available == 'true' with: upload_sources: false