From 2488498495571dee57b91668084bd25c89d4d912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:52:23 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.11.3 to 2.11.5 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.3 to 2.11.5. - [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/2.11.3...2.11.5) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 144b274ef..c12e620ff 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -176,7 +176,7 @@ jobs: repository-url: https://test.pypi.org/legacy/ - name: Create GitHub release - uses: svenstaro/upload-release-action@2.11.3 + uses: svenstaro/upload-release-action@2.11.5 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: repo_token: ${{ secrets.GITHUB_TOKEN }}