From c4373f94176586ac854663a5ab44e7ad30b906f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:18:08 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/deploy-website.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09db5872..3a897a86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -526,19 +526,19 @@ jobs: tooling/.venv/bin/pip install "brrtrouter-tooling @ git+https://github.com/microscaler/BRRTRouter.git@main#subdirectory=tooling" - name: Copy microservices binaries (amd64) from build-multiarch artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: microservices-binaries-amd64 path: build_artifacts/amd64 - name: Copy microservices binaries (arm64) from build-multiarch artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: microservices-binaries-arm64 path: build_artifacts/arm64 - name: Copy microservices binaries (arm) from build-multiarch artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: microservices-binaries-arm path: build_artifacts/arm @@ -591,7 +591,7 @@ jobs: ref: ${{ github.ref }} - name: Copy microservices binaries from artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: build-artifacts path: build_artifacts diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index c4711d4b..098a68ba 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -97,7 +97,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: website-dist path: ui/website/dist