Skip to content

Commit 53cb286

Browse files
committed
ci: Update sigstore action to avoid using deprecated artifact actions
1 parent cf67541 commit 53cb286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
uses: pypa/gh-action-pypi-publish@release/v1
244244
245245
- name: Sign the dists with Sigstore
246-
uses: sigstore/gh-action-sigstore-python@v2.1.1
246+
uses: sigstore/gh-action-sigstore-python@v3.2.0
247247
with:
248248
inputs: >-
249249
./dist/${{ env.PROJECT_NAME }}*.tar.gz

0 commit comments

Comments
 (0)