From e6dd7de721fc265f395cc948662fd6837030212e Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 11 Oct 2023 03:26:22 +0000 Subject: [PATCH] Update taiki-e/upload-rust-binary-action digest to f6b013b --- .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 2861d55664a..af2b46319e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -187,7 +187,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/upload-rust-binary-action@c53aeb3a143a2b61773f7833bae48f4d66e255ce # v1 + - uses: taiki-e/upload-rust-binary-action@f6b013bbda0fb47fb0e7a25a1e437b51971fb241 # v1 with: bin: cargo-nextest # The tag name contains the binary name so just use that.