From 99aa455305bc52c0cb4dea759b828332d89cc8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:27:33 +0000 Subject: [PATCH] Bump taiki-e/upload-rust-binary-action from 1.18.0 to 1.24.0 Bumps [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) from 1.18.0 to 1.24.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.18.0...v1.24.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/_ccw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_ccw.yml b/.github/workflows/_ccw.yml index 0db93b5..9753b84 100644 --- a/.github/workflows/_ccw.yml +++ b/.github/workflows/_ccw.yml @@ -39,7 +39,7 @@ jobs: - name: Set LTO to true (Linux/macOS) if: runner.os != 'Windows' run: perl -pi -e 's/lto = false/lto = true/g' ./Cargo.toml - - uses: taiki-e/upload-rust-binary-action@v1.18.0 + - uses: taiki-e/upload-rust-binary-action@v1.24.0 with: bin: ${{ inputs.binary }} target: ${{ inputs.target }}