diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 0cb43e102..b06c9d083 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -176,7 +176,7 @@ jobs: - name: Create Draft GitHub Release id: create-release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true name: ${{ steps.extract-version.outputs.tag }} (${{ fromJSON(steps.claude-release.outputs.structured_output).release_date }}) diff --git a/.github/workflows/rust-publish.yml b/.github/workflows/rust-publish.yml index d3e935b39..65b081b19 100644 --- a/.github/workflows/rust-publish.yml +++ b/.github/workflows/rust-publish.yml @@ -76,7 +76,7 @@ jobs: - name: Create GitHub Release if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: Rust Client ${{ github.ref_name }} body: |