From a17e477f6b99f8ad9f089c9d32d110839b3194a8 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sun, 20 Oct 2024 03:49:37 +0000 Subject: [PATCH] chore(deps): update taiki-e/upload-rust-binary-action action to v1.22.1 --- .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 e2e0a623361..f425070d016 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,7 @@ jobs: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/upload-rust-binary-action@3bbb07bb7f438d0fdf6ce5118bdf9e6e21c0b2a5 # v1.22.0 + - uses: taiki-e/upload-rust-binary-action@3a8b5e35eb5fea810221264dfde09e920c1d5310 # v1.22.1 with: bin: cargo-nextest # The tag name contains the binary name so just use that.