diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 101f5e8..7741254 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Rust toolchain (Nightly for fmt) uses: actions-rs/toolchain@v1 @@ -37,7 +37,7 @@ jobs: components: clippy - name: Cache cargo registry & build artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -70,14 +70,14 @@ jobs: echo "binary_path=target/release/${binary_name}" >> "$GITHUB_OUTPUT" - name: Upload compiled binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sps-macos-arm64 path: ${{ steps.find-binary.outputs.binary_path }} - name: Create GitHub Release if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ${{ steps.find-binary.outputs.binary_path }} body: |