From 160285660e1dccc17df4295ffa9d6980b08cf9ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:30:22 +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 5d79603..0ecbf98 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -39,7 +39,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