From 757f9d31cee6e8bc05958178fd95f5b8f462a783 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:46:50 +0000 Subject: [PATCH] ci(deps): update softprops/action-gh-release action to v3 --- template/.github/workflows/python-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.github/workflows/python-release.yaml b/template/.github/workflows/python-release.yaml index c0e3c84..950d0a7 100644 --- a/template/.github/workflows/python-release.yaml +++ b/template/.github/workflows/python-release.yaml @@ -69,7 +69,7 @@ jobs: name: ${{ needs.build.outputs.artifact-name }} path: dist - name: Upload release assets - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: draft: false files: dist/*