From 46b32f1cce77b07909a4bfc4766728eaf0be3c1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:11:42 -0600 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4 (#4652) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cb7227c4..15cd3555b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -197,7 +197,7 @@ jobs: - name: Attest Google artifacts provenance if: always() - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: | app/build/outputs/bundle/googleRelease/app-google-release.aab @@ -264,7 +264,7 @@ jobs: retention-days: 1 - name: Attest F-Droid APK provenance - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: app/build/outputs/apk/**/*.apk