Skip to content

Commit 2f90a00

Browse files
authored
Update release.yml
1 parent faee0aa commit 2f90a00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Download all the dists
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: python-package-distributions
4949
path: dist/
@@ -64,12 +64,12 @@ jobs:
6464

6565
steps:
6666
- name: Download all the dists
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
name: python-package-distributions
7070
path: dist/
7171
- name: Sign the dists with Sigstore
72-
uses: sigstore/gh-action-sigstore-python@v2.1.1
72+
uses: sigstore/gh-action-sigstore-python@v3.0.0
7373
with:
7474
inputs: >-
7575
./dist/*.tar.gz

0 commit comments

Comments
 (0)