From 8d50e0a11b49d4b597bf99513b5ae332728a74cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:14:43 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/Release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 7dad5c4..e83af36 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -41,7 +41,7 @@ jobs: integrity=$(openssl dgst -sha256 -binary "$GITHUB_WORKSPACE/bazeldist.tgz" | openssl base64 -A | sed 's/^/sha256-/') echo "integrity=$integrity" >> $GITHUB_OUTPUT - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: files: ${{github.workspace}}/bazeldist.tgz