From 6037fcfecda86562cbbde2588555b733b0199db7 Mon Sep 17 00:00:00 2001 From: Realer Mason Date: Wed, 17 Jun 2026 23:03:13 +0800 Subject: [PATCH] ci: use Node 24 release actions --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3e213b..92d7ed9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: fi - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.platform.artifact_name }} path: | @@ -107,12 +107,12 @@ jobs: needs: build steps: - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: release merge-multiple: true - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: release/*