From db2f47424030eb182f5b1bdfb31b2a87cc36ade6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:55:25 +0000 Subject: [PATCH] chore(deps): update svenstaro/upload-release-action action to v2.11.5 --- .github/workflows/ci-releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-releaser.yml b/.github/workflows/ci-releaser.yml index 81cf083..3f1950c 100644 --- a/.github/workflows/ci-releaser.yml +++ b/.github/workflows/ci-releaser.yml @@ -82,7 +82,7 @@ jobs: args: --release --target=${{ matrix.target }} use-cross: true - name: release binaries - uses: svenstaro/upload-release-action@2.3.0 + uses: svenstaro/upload-release-action@2.11.5 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/${{ matrix.target }}/release/${{ matrix.file_name }}