From 3462ad4efe5ae5178946d420086c188acb7e2ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 05:09:27 +0000 Subject: [PATCH] chore(actions): bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/infrastructure.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd01c523..69c6c5a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -405,7 +405,7 @@ jobs: run: pnpm exec playwright install --with-deps chromium - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/ @@ -475,7 +475,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download all shard reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: playwright-report-shard-* path: all-playwright-reports @@ -673,7 +673,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist/ diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 8221326d..2e12e692 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -107,7 +107,7 @@ jobs: terraform_version: ${{ env.TF_VERSION }} - name: Download plan - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: tfplan-production path: infra/terraform/