From 28d103e29e4897f152321775c8808069cb7b2c62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:48:07 +0000 Subject: [PATCH 1/2] chore(deps): update actions/attest-build-provenance action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 517b16e58..f05cf9531 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Attest build provenance - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 if: steps.release.outputs.released == 'true' with: subject-path: "dist/*" From ddfd55f1c1ae6eb78482dd95e24b3ed8c05d1046 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 26 Feb 2026 11:52:40 +0000 Subject: [PATCH 2/2] chore: migrate to actions/attest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f05cf9531..0c114a918 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Attest build provenance - uses: actions/attest-build-provenance@v4 + uses: actions/attest@v4 if: steps.release.outputs.released == 'true' with: subject-path: "dist/*"