We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faee0aa commit 2f90a00Copy full SHA for 2f90a00
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
44
steps:
45
- name: Download all the dists
46
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
47
with:
48
name: python-package-distributions
49
path: dist/
@@ -64,12 +64,12 @@ jobs:
64
65
66
67
68
69
70
71
- name: Sign the dists with Sigstore
72
- uses: sigstore/gh-action-sigstore-python@v2.1.1
+ uses: sigstore/gh-action-sigstore-python@v3.0.0
73
74
inputs: >-
75
./dist/*.tar.gz
0 commit comments