diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b19e3c..14b8cef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -151,7 +151,7 @@ jobs: dist build ${{ needs.plan.outputs.tag-flag }} --print=linkage --output-format=json ${{ matrix.dist_args }} > dist-manifest.json echo "dist ran successfully" - name: Attest - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d with: subject-path: "target/distrib/*${{ join(matrix.targets, ', ') }}*" - id: cargo-dist diff --git a/Cargo.lock b/Cargo.lock index 1122b6e..933790b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,9 +252,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.7" +version = "4.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8b397918185f0161ff3d6fcaa9e4bfc09b8367caf6e1d4a2848e5477ed027b" +checksum = "b1f84a88507dbd05c695f2cb5e8558e747179134005e9893882dec964190ed89" dependencies = [ "clap", ]