File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 32
32
- run : poetry build
33
33
34
34
- name : Store the distribution packages
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : python-package-distributions
38
38
path : dist/
51
51
52
52
steps :
53
53
- name : Download all the dists
54
- uses : actions/download-artifact@v3
54
+ uses : actions/download-artifact@v4
55
55
with :
56
56
name : python-package-distributions
57
57
path : dist/
@@ -72,12 +72,12 @@ jobs:
72
72
73
73
steps :
74
74
- name : Download all the dists
75
- uses : actions/download-artifact@v3
75
+ uses : actions/download-artifact@v4
76
76
with :
77
77
name : python-package-distributions
78
78
path : dist/
79
79
- name : Sign the dists with Sigstore
80
- uses : sigstore/gh-action-sigstore-python@v1.2.3
80
+ uses : sigstore/gh-action-sigstore-python@v3.0.0
81
81
with :
82
82
inputs : >-
83
83
./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments