From 23b40ad3f10f31c5ee084d26765f04061d60fbb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:59:41 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.9.0 to 2.11.3 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.11.3. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd...6b7fa9f267e90b50a19fef07b3596790bb941741) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/do-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/do-release.yml b/.github/workflows/do-release.yml index 167d9fc..b8214ba 100644 --- a/.github/workflows/do-release.yml +++ b/.github/workflows/do-release.yml @@ -72,7 +72,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Upload binaries to release - uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd + uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 with: file: distribution/target/upload/* file_glob: true