From e47aa2561e70b937f2be7441b2eeca984ff60e8b Mon Sep 17 00:00:00 2001 From: Zxilly Date: Thu, 5 Dec 2024 15:18:17 +0800 Subject: [PATCH] ci: upgrade attest-build-provenance --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ff3f2129..287ca5f52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,9 +66,10 @@ jobs: - name: Attest build provenance id: attest - uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4 + uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.0 with: subject-path: 'dist/go-size-analyzer*.*' + subject-name: ${{ github.ref_name }} - name: Upload build provenance uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2.9.0