From 0dffa9bd51bec629f62e8f433584a60bd27f13f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:03:32 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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 eed04ffc..f520b679 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -298,7 +298,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: build-outputs-* path: collected diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 9de1171b..f9e31df4 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -296,7 +296,7 @@ jobs: contents: read steps: - name: Download and collect all build outputs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: build-outputs-* path: collected @@ -509,7 +509,7 @@ jobs: run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Download prepared release assets - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: qbit-manage-release-assets path: release-assets