From 36ae1207aa2914ff8b9fd4d7071fefdf73a75a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:14:31 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 90bec20a..52ff0b4f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -125,19 +125,19 @@ jobs: run: echo "version=$(cargo pkgid -p public-server | cut -d# -f2)" >> "$GITHUB_OUTPUT" - name: Download AMD64 binaries - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: binaries-amd64 path: .github/build-context/amd64/ - name: Download ARM64 binaries - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: binaries-arm64 path: .github/build-context/arm64/ - name: Download frontend - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend path: .github/build-context/frontend/