diff --git a/.github/workflows/translate-docs.yml b/.github/workflows/translate-docs.yml index b0ca5ff2..1354329e 100644 --- a/.github/workflows/translate-docs.yml +++ b/.github/workflows/translate-docs.yml @@ -75,7 +75,7 @@ jobs: run: bun run translate --languages ${{ matrix.lang }} ${{ inputs.force == true && '--force' || '' }} - name: Upload translated files - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: translations-${{ matrix.lang }} path: | @@ -85,7 +85,7 @@ jobs: if-no-files-found: warn - name: Upload cache fragment - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: cache-${{ matrix.lang }} path: scripts/translate-docs/.translation-cache.json