From 42f2286a58ef96e2dc9313b4be2861397b140afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 00:36:58 +0000 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a94b91e..2444374 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,13 +172,13 @@ jobs: steps: - name: Download x86_64 artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: ro-store-x86_64-rpm path: release-assets - name: Download aarch64 artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: name: ro-store-aarch64-rpm path: release-assets