From c04b80e9ccaf643186ad7466fb8488fe71f6ccb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 07:56:05 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in the github-actions group Bumps the github-actions group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.1.8 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/fa0a91b85d4f404e444e00e005971372dc801d16...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-qualification.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-qualification.yml b/.github/workflows/release-qualification.yml index 6862aa6..23d3ec1 100644 --- a/.github/workflows/release-qualification.yml +++ b/.github/workflows/release-qualification.yml @@ -123,7 +123,7 @@ jobs: # v7.0.1 — 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a - name: Download installers - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: windows-installers # download-artifact resolves relative to the workspace root while job @@ -226,7 +226,7 @@ jobs: # v7.0.1 — 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a - name: Download installers - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: windows-installers # download-artifact resolves relative to the workspace root while job @@ -377,7 +377,7 @@ jobs: # v7.0.1 — 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a - name: Download installers - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: windows-installers path: sys-monitor-tauri/bundle-artifacts