This release adds support for artifact attestations for prebuilt cargo-sweep
binaries, meaning:
- All prebuilt binaries now have attestations made for them using
actions/attest-build-provenance
.- You can view these attestations here.
- After downloading prebuilt binaries, this action will now run
gh attestation verify
to ensure the downloadedcargo-sweep
was truly built by this repository.- If verification fails,
cargo-sweep
will not be run.
- If verification fails,
Full Changelog: v1.0.0...v1.1.0