From 142d6e3c8c52676a1e242051c7751a0ae70e7910 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:13:40 +0000 Subject: [PATCH 1/2] Initial plan From ed1b8e12a746a848f72daceb8cfb7e32e369f577 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:15:28 +0000 Subject: [PATCH 2/2] Upgrade GitHub Actions to Node.js 24 compatible versions Co-authored-by: wyhaya <23690145+wyhaya@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b01b0c2..93064ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: NAME: echolite steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable @@ -69,7 +69,7 @@ jobs: components: rustfmt - name: Cargo cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -92,7 +92,7 @@ jobs: cargo build --release --target ${{ matrix.job.target }} ${{ matrix.job.flags }} - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: echolite-${{ matrix.job.release }} path: |