diff --git a/.github/workflows/release-agent-instructions.yml b/.github/workflows/release-agent-instructions.yml index 0f2e4af..9aa6869 100644 --- a/.github/workflows/release-agent-instructions.yml +++ b/.github/workflows/release-agent-instructions.yml @@ -187,7 +187,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: "agent-v${{ steps.ver.outputs.version }}" name: "agent-instructions v${{ steps.ver.outputs.version }}" diff --git a/.github/workflows/release-hana-cli.yml b/.github/workflows/release-hana-cli.yml index 05e85b6..4f68d03 100644 --- a/.github/workflows/release-hana-cli.yml +++ b/.github/workflows/release-hana-cli.yml @@ -236,7 +236,7 @@ jobs: echo "$EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: "v${{ steps.ver.outputs.version }}" name: "v${{ steps.ver.outputs.version }}" diff --git a/.github/workflows/vscode-extension.yml b/.github/workflows/vscode-extension.yml index e62a2e5..1655a19 100644 --- a/.github/workflows/vscode-extension.yml +++ b/.github/workflows/vscode-extension.yml @@ -61,6 +61,6 @@ jobs: - uses: actions/download-artifact@v4 with: name: vsix - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: files: '*.vsix'