From 2e111ee3d4d57d07b2452bb286c27368eedc43e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:13:35 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/release-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 796713f..f305b84 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -63,13 +63,13 @@ jobs: steps: - name: Download ubuntu binaries - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ubuntu-build-files path: dist/ # # - name: Download macos binaries -# uses: actions/download-artifact@v7 +# uses: actions/download-artifact@v8 # with: # name: macos-build-files # path: dist/