Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-qualification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down