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