diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bdd9cc..dd81e5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,7 +106,7 @@ jobs: run: | echo "include_docs=target/${{ matrix.target }}/release/man,target/${{ matrix.target }}/release/completion" >> $GITHUB_ENV - id: upload-rust-binary-action - uses: taiki-e/upload-rust-binary-action@v1.22.1 + uses: taiki-e/upload-rust-binary-action@v1.23.0 with: # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload. # Note that glob pattern is not supported yet.