From d20f7f34d4307630dbfab24ea0e16886b6cbb865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 18:04:06 +0000 Subject: [PATCH] Bump actions/download-artifact from 6.0.0 to 7.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.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 c9b424242d3..69e444eb16f 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@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ab-testing-build path: ab-testing/config/dist - name: Fetch UI build - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ui-build path: ab-testing/frontend/output/ab-tests.html - name: Fetch Deploy Lambda build - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.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@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: ab-testing-notification-lambda-build path: ab-testing/notification-lambda/dist/lambda.zip