From e615e65cd7b414651f5ece3eff044dfe1ac28d02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 10:14:19 +0000 Subject: [PATCH] Update actions/attest-build-provenance action to v3 --- .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..cac8fec 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@v3.0.0 with: subject-name: "${{ matrix.title }}-${{ matrix.arch }}" subject-path: ${{ matrix.file }}