diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3f48dbb0..b0d76962 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -26,7 +26,7 @@ jobs: submodules: 'true' - name: Download translations from crowdin - uses: crowdin/github-action@1.6.0 + uses: crowdin/github-action@v1.6.0 with: upload_sources: true upload_translations: false diff --git a/.github/workflows/deploy-doc-only.yml b/.github/workflows/deploy-doc-only.yml index b794284f..5777fce3 100644 --- a/.github/workflows/deploy-doc-only.yml +++ b/.github/workflows/deploy-doc-only.yml @@ -18,7 +18,7 @@ jobs: submodules: 'true' - name: Download translations from crowdin - uses: crowdin/github-action@1.6.0 + uses: crowdin/github-action@v1.6.0 with: upload_sources: false upload_translations: false diff --git a/.github/workflows/update-translations-only.yml b/.github/workflows/upload-translation-source-only.yml similarity index 94% rename from .github/workflows/update-translations-only.yml rename to .github/workflows/upload-translation-source-only.yml index c47ea685..91bf0d29 100644 --- a/.github/workflows/update-translations-only.yml +++ b/.github/workflows/upload-translation-source-only.yml @@ -16,7 +16,7 @@ jobs: submodules: 'true' - name: Upload translation sources to crowdin - uses: crowdin/github-action@1.6.0 + uses: crowdin/github-action@v1.6.0 with: upload_sources: true upload_translations: false