From ee95b25256b6cae5092ca73d2f3e1ee38a193fb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:11:44 +0000 Subject: [PATCH] Update actions/attest-build-provenance action to v2 --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 04ba4b0..d2d9577 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -62,7 +62,7 @@ jobs: path: target/release/nue${{ runner.os == 'Windows' && '.exe' || '' }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-name: nue-${{ runner.os }} subject-path: target/release/nue${{ runner.os == 'Windows' && '.exe' || '' }}