From 054c02d0f21bbf6feb36c0f84034cc5ed211dbf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 06:14:19 +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..29bdde7 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.1.0 with: subject-name: "${{ matrix.title }}-${{ matrix.arch }}" subject-path: ${{ matrix.file }}