From 91a017b45988d7ab9c43b0c7c1f000a42c8eb6d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:58:22 +0000 Subject: [PATCH] Bump svenstaro/upload-release-action from 2.9.0 to 2.11.2 Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.11.2. - [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.9.0...2.11.2) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 b1e40346a..cfa1f581d 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -177,7 +177,7 @@ jobs: repository-url: https://test.pypi.org/legacy/ - name: Create GitHub release - uses: svenstaro/upload-release-action@2.9.0 + uses: svenstaro/upload-release-action@2.11.2 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: repo_token: ${{ secrets.GITHUB_TOKEN }}