From f8ffa1929c6fb30b413f29d4be9089d9486bab67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:15:34 +0000 Subject: [PATCH] Update actions/attest-build-provenance action to v4 --- .github/workflows/fetch_releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_releases.yaml b/.github/workflows/fetch_releases.yaml index ae2dbc7..dddec87 100644 --- a/.github/workflows/fetch_releases.yaml +++ b/.github/workflows/fetch_releases.yaml @@ -169,7 +169,7 @@ jobs: #Build Provenance - name: Attest Build Provenance if: env.HAS_RELEASE == 'TRUE' - uses: actions/attest-build-provenance@v2.2.0 + uses: actions/attest-build-provenance@v4.2.2 with: subject-name: "${{ matrix.title }}-${{ matrix.arch }}" subject-path: ${{ matrix.file }}