From 207e2c3e9d40ef754bb48e8dffb61085aa8349a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 15:06:56 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c7d1cc..c6c0eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -416,7 +416,7 @@ jobs: run: ./tools/extract_release_notes.sh ${{ github.ref_name }} < CHANGELOG.md > ${{ github.workspace }}-RELEASE_NOTES.md shell: bash - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.ref_type == 'tag' with: body_path: ${{ github.workspace }}-RELEASE_NOTES.md