File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Build a binary wheel and a source tarball
30
30
run : python3 -m build
31
31
- name : Store the distribution packages
32
- uses : actions/upload-artifact@v3
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : python-package-distributions
35
35
path : dist/
48
48
id-token : write # IMPORTANT: mandatory for trusted publishing
49
49
steps :
50
50
- name : Download all the dists
51
- uses : actions/download-artifact@v3
51
+ uses : actions/download-artifact@v4
52
52
with :
53
53
name : python-package-distributions
54
54
path : dist/
69
69
70
70
steps :
71
71
- name : Download all the dists
72
- uses : actions/download-artifact@v3
72
+ uses : actions/download-artifact@v4
73
73
with :
74
74
name : python-package-distributions
75
75
path : dist/
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
steps :
116
116
- name : Download all the dists
117
- uses : actions/download-artifact@v3
117
+ uses : actions/download-artifact@v4
118
118
with :
119
119
name : python-package-distributions
120
120
path : dist/
You can’t perform that action at this time.
0 commit comments