From 8b1863fc35584b7d55f52c2e5a915bed5e0ae291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E6=9B=B9=E5=85=88=E7=94=9F?= <1992414357@qq.com> Date: Thu, 25 Sep 2025 16:15:43 +0800 Subject: [PATCH] Update GitHub Actions to latest versions - Update upload-artifact from v3 to v4 - Update cache action from v3 to v4 - Keep actions/checkout@v4 (already up to date) - Ensure all actions use latest stable versions --- .github/workflows/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c648754..794df56 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -57,7 +57,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -86,7 +86,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -96,7 +96,7 @@ jobs: - name: Build release binaries run: cargo build --workspace --release - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: release-binaries path: target/x86_64-unknown-linux-musl/release/