diff --git a/.github/workflows/crowdin-actions.yaml b/.github/workflows/crowdin-actions.yaml index d80b562833..6676a471a1 100644 --- a/.github/workflows/crowdin-actions.yaml +++ b/.github/workflows/crowdin-actions.yaml @@ -19,12 +19,12 @@ jobs: uses: actions/checkout@v4 - name: Upload or update source files to Crowdin - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.5.0 with: upload_sources: true - name: Download German translations - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.5.0 with: upload_sources: false download_translations: true @@ -42,7 +42,7 @@ jobs: config: crowdin.yaml - name: Download Spanish translations - uses: crowdin/github-action@v1.20.4 + uses: crowdin/github-action@v2.5.0 with: upload_sources: false download_translations: true