From 6daa7b9fb3469da86820643b83e4fd918c08fb18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:27:52 +0000 Subject: [PATCH] ci: bump svenstaro/upload-release-action in the actions group Bumps the actions group with 1 update: [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action). Updates `svenstaro/upload-release-action` from 2.10.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/ebd922b779f285dafcac6410a0710daee9c12b82...81c65b7cd4de9b2570615ce3aad67a41de5b1a13) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 26ac866..f5e3ebe 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: name: Packages path: dist - name: Upload wheel to release - uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # 2.10.0 + uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # 2.11.2 with: file: dist/*.whl tag: ${{ github.ref }}