diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8dc57bb06009..a1a0f89182aff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Upload latest strings for translation on Crowdin if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }} - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: crowdin_branch_name: main config: '.github/crowdin.yml' diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 9fcc8bd213af8..ccd7135585c0b 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -31,7 +31,7 @@ jobs: git reset --hard origin/master - name: Download latest translations from Crowdin - uses: crowdin/github-action@v1.20.1 + uses: crowdin/github-action@v1.20.2 with: upload_sources: false download_translations: true