From 7fa523133fee06ee463dcd1cd90088f198842f5e Mon Sep 17 00:00:00 2001 From: burgholzer Date: Tue, 10 Dec 2024 21:56:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20attestations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index b7f7dd85..cc055a23 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -64,7 +64,7 @@ jobs: path: dist merge-multiple: true - name: Generate artifact attestation for sdist and wheel(s) - uses: actions/attest-build-provenance@v1.5.4 + uses: actions/attest-build-provenance@v2 with: subject-path: "dist/*" - uses: pypa/gh-action-pypi-publish@release/v1