From 7f0c4830a08a95b42771b9b30fddd07509bb4140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:05:13 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 5 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb2639d..cbaf69e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,17 +74,17 @@ jobs: with: fetch-depth: 0 - name: Download Linux build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: linux-build path: releases/ - name: Download Windows build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: windows-build path: releases/ - name: Download macOS build - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: macos-build path: releases/