From 2e4b76aa6cd567b61d50c4ad594807f7ce6e288e Mon Sep 17 00:00:00 2001 From: martincostello Date: Sat, 28 Feb 2026 11:57:46 +0000 Subject: [PATCH] Migrate to actions/attest Migrate from now-deprecated attestation action to `actions/attest`. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41293ce08a..2560d4f113 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -131,7 +131,7 @@ jobs: upload-release-assets: true - name: Attest artifacts - uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0 + uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 if: | runner.os == 'Windows' && github.event.repository.fork == false &&