From 40c8dd299dc2de0025812ef4a5dce33ae40f0933 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:12:18 +0800 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v4 (#6429) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_update.yml b/.github/workflows/release_update.yml index 4354f5b46d..65bd4ea1e4 100644 --- a/.github/workflows/release_update.yml +++ b/.github/workflows/release_update.yml @@ -51,7 +51,7 @@ jobs: - name: Rename artifact run: mv build/outputs/apk/**/**/*.apk "${{ github.event.inputs.artifactName }}" - name: Attest - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: ${{ github.event.inputs.artifactName }} - name: Upload artifact