From a7de91f29fc654be68f6f479033f4b6d5a4d7851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:51:55 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [taiki-e/install-action](https://github.com/taiki-e/install-action). 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) Updates `taiki-e/install-action` from 2.86.7 to 2.87.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/b6ff580856c41316412a0b9b60540fbc6f8c82cc...742a3317eac7bd62f91cd888b4eead5e784ba833) --- 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 - dependency-name: taiki-e/install-action dependency-version: 2.87.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-qualification.yml | 6 +++--- .github/workflows/rust.yml | 2 +- 2 files changed, 4 insertions(+), 4 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 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 853728d..e064bc5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -59,7 +59,7 @@ jobs: # Version stays pinned at 0.22.1 exactly as before. # v2.86.7 — b6ff580856c41316412a0b9b60540fbc6f8c82cc - name: Install pinned cargo-audit (prebuilt) - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc + uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 with: tool: cargo-audit@0.22.1