From e9ffdc4f9393bb64de2ad77d55e7ea9b05360355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:13:21 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7d9738..f1d1695 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,27 +80,27 @@ jobs: id: version run: | echo "version=$(cat ./VERSION)" >> "$GITHUB_OUTPUT" - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: brack-x86_64-linux path: x86_64-linux - # - uses: actions/download-artifact@v4 + # - uses: actions/download-artifact@v6 # with: # name: brack-release-x86_64-linux # path: x86_64-linux - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: brack-x86_64-darwin path: x86_64-darwin - # - uses: actions/download-artifact@v4 + # - uses: actions/download-artifact@v6 # with: # name: brack-release-x86_64-darwin # path: x86_64-darwin - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v6 with: name: brack-aarch64-darwin path: aarch64-darwin - # - uses: actions/download-artifact@v4 + # - uses: actions/download-artifact@v6 # with: # name: brack-release-aarch64-darwin # path: aarch64-darwin