From 5f46cec4ff7397c6aedb835c6e144f67fd583d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:32:38 +0000 Subject: [PATCH] Bump actions/download-artifact from 7.0.0 to 8.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ab-testing-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ab-testing-ci.yml b/.github/workflows/ab-testing-ci.yml index 0801965b004..b1c45766900 100644 --- a/.github/workflows/ab-testing-ci.yml +++ b/.github/workflows/ab-testing-ci.yml @@ -154,25 +154,25 @@ jobs: uses: ./.github/actions/setup-node-env - name: Fetch config build - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: name: ab-testing-build path: ab-testing/config/dist - name: Fetch UI build - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: name: ui-build path: ab-testing/frontend/output/ab-tests.html - name: Fetch Deploy Lambda build - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: name: ab-testing-deploy-lambda-build path: ab-testing/deploy-lambda/dist/lambda.zip - name: Fetch Notification Lambda build - uses: actions/download-artifact@v7.0.0 + uses: actions/download-artifact@v8.0.0 with: name: ab-testing-notification-lambda-build path: ab-testing/notification-lambda/dist/lambda.zip