From 0be575335dddc845cd3315c65d48407dd459b52f Mon Sep 17 00:00:00 2001 From: Certseeds <51754303+Certseeds@users.noreply.github.com> Date: Sat, 16 Mar 2024 04:28:17 +0000 Subject: [PATCH] build: bump softprops/action-gh-release to v2 for use node-20 Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef1fb3b8..6e6f2f2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Branch name id: branch_name @@ -132,7 +132,7 @@ jobs: tree - name: release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: ./../script_no_need.zip