From aed496cf458c1fb4b43a221b38b22e5651e9de3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:41:06 +0000 Subject: [PATCH] build(deps): bump taiki-e/upload-rust-binary-action Bumps [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/taiki-e/upload-rust-binary-action/releases) - [Changelog](https://github.com/taiki-e/upload-rust-binary-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/upload-rust-binary-action/compare/v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: taiki-e/upload-rust-binary-action dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50f68b7..e37a1a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: - name: Build and upload to release id: upload-release - uses: taiki-e/upload-rust-binary-action@v1.24.0 + uses: taiki-e/upload-rust-binary-action@v1.25.0 with: bin: protobug target: ${{ matrix.target }}