From 556fc9ffd11880d06fcf1aca5c03b16efc02792b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 18:10:54 +0000 Subject: [PATCH] Bump taiki-e/upload-rust-binary-action from 1.18.0 to 1.26.0 Bumps [taiki-e/upload-rust-binary-action](https://github.com/taiki-e/upload-rust-binary-action) from 1.18.0 to 1.26.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.26.0) --- updated-dependencies: - dependency-name: taiki-e/upload-rust-binary-action dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_ccw.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_ccw.yml b/.github/workflows/_ccw.yml index 0db93b5..91e698e 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.26.0 with: bin: ${{ inputs.binary }} target: ${{ inputs.target }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6d16c4..8f14771 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,7 +55,7 @@ jobs: if: contains(inputs.target, 'linux-musl') - run: echo "RUSTFLAGS=${RUSTFLAGS} -C target-feature=+crt-static" >> "${GITHUB_ENV}" if: endsWith(inputs.target, 'windows-msvc') - - uses: taiki-e/upload-rust-binary-action@v1.24.0 + - uses: taiki-e/upload-rust-binary-action@v1.26.0 with: bin: ${{ needs.ready.outputs.name }} target: ${{ inputs.target }}