From facbca4025082d792baeeb5cc775e0696f2d8ac3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:26:33 +0000 Subject: [PATCH] chore(deps): update svenstaro/upload-release-action digest to 81c65b7 --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index e070359..de9415e 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -40,7 +40,7 @@ jobs: - name: Upload binary to release if: ${{ startsWith(github.ref, 'refs/tags/v') }} - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2 + uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz