From 86ce758adb790dc1e0ab91c3172e2efd86eebe78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Thu, 17 Nov 2022 21:50:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20action=20node=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 38d02005d..ba69c674b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build it and upload - uses: jumpserver/action-build-upload-assets@node10 + uses: jumpserver/action-build-upload-assets@node14.16 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: