From 41be3d7f68053ab3e579de7f455971dd5e34dfd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:47:19 -0300 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 7 (#3735) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Integrated into release/v3.8.23 — aligns upload-artifact to v7 (already used across ci.yml). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a1edee275..9dbdfe567c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,7 +227,7 @@ jobs: --exclude='.build/next/cache' \ .build/next - name: Upload Next.js build for E2E shards - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: e2e-next-build path: /tmp/e2e-build.tar.gz