From 343423ea77418561f156cfd9f9e3a6bc559b0baa Mon Sep 17 00:00:00 2001 From: viarotel Date: Thu, 11 Apr 2024 22:04:19 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=F0=9F=94=A7=20Update=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-assets.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-assets.yml b/.github/workflows/release-assets.yml index 829ab092..ea6a923a 100644 --- a/.github/workflows/release-assets.yml +++ b/.github/workflows/release-assets.yml @@ -20,10 +20,10 @@ jobs: arch: [arm64, amd64] steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 @@ -49,7 +49,7 @@ jobs: GH_TOKEN: ${{ secrets.GH_TOKEN }} - name: release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: draft: true prerelease: true