From 0f645ef0ad470c15f6f03685ebb97b8bd1437e4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:58:03 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3.0.2 --- .github/workflows/publish-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-binaries.yml b/.github/workflows/publish-binaries.yml index db7745e..0d1c012 100644 --- a/.github/workflows/publish-binaries.yml +++ b/.github/workflows/publish-binaries.yml @@ -88,14 +88,14 @@ jobs: - name: Upload release asset (tar.gz) if: ${{ !contains(matrix.target, '-windows-') }} - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ github.event.release.tag_name }} files: target/${{ matrix.package }}-${{ github.event.release.tag_name }}-${{ matrix.target }}.tar.gz - name: Upload release asset (zip) if: ${{ contains(matrix.target, '-windows-') }} - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: tag_name: ${{ github.event.release.tag_name }} files: target/${{ matrix.package }}-${{ github.event.release.tag_name }}-${{ matrix.target }}.zip