From 0addb65f5f116e0d310dd52f01348d5b7f0e974c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:48:24 +0000 Subject: [PATCH] build(deps): Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/translate-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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