From 3814998d67dd51ab12ccf6bb5afa3e093cea571b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 06:54:02 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 90bec20a..1b3ef69b 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@v8 with: name: binaries-amd64 path: .github/build-context/amd64/ - name: Download ARM64 binaries - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: binaries-arm64 path: .github/build-context/arm64/ - name: Download frontend - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: frontend path: .github/build-context/frontend/