From d1a704f1c4414b16e6d75e0a75c0dd91b0316aa7 Mon Sep 17 00:00:00 2001 From: obltmachine Date: Wed, 4 Mar 2026 20:45:15 +0000 Subject: [PATCH] github-action: use actions/attest --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c79dc2f14..4415e58eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: if: ${{ ! startsWith(github.ref, 'refs/tags') }} - name: generate build provenance - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 with: subject-path: "${{ github.workspace }}/pkg/*.gem"