From 072a419ddeffc64d5207a5f98e07ca49cc995ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:59:12 +0000 Subject: [PATCH] Bump taiki-e/upload-rust-binary-action from 1.22.1 to 1.23.0 Bumps [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) from 1.22.1 to 1.23.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.22.1...v1.23.0) --- updated-dependencies: - dependency-name: taiki-e/upload-rust-binary-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e79b965..5813e942 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build and upload Rust binary to GitHub Releases - uses: taiki-e/upload-rust-binary-action@v1.22.1 + uses: taiki-e/upload-rust-binary-action@v1.23.0 with: bin: yash3 target: ${{ matrix.target }}