From 51b93f2fe1c042db84560ea69cacc3a478b7822f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:03:17 +0000 Subject: [PATCH] chore(deps): 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/develop.yml | 2 +- .github/workflows/version.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index c49b02fd..273b125d 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -296,7 +296,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-outputs-* path: collected diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 852ca8db..a3974798 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -294,7 +294,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: build-outputs-* path: collected @@ -507,7 +507,7 @@ jobs: run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Download prepared release assets - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: qbit-manage-release-assets path: release-assets