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 22
22
- name : Build a binary wheel and a source tarball
23
23
run : python3 -m build
24
24
- name : Store the distribution packages
25
- uses : actions/upload-artifact@v3
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : python-package-distributions
28
28
path : dist/
42
42
43
43
steps :
44
44
- name : Download all the dists
45
- uses : actions/download-artifact@v3
45
+ uses : actions/download-artifact@v4
46
46
with :
47
47
name : python-package-distributions
48
48
path : dist/
63
63
64
64
steps :
65
65
- name : Download all the dists
66
- uses : actions/download-artifact@v3
66
+ uses : actions/download-artifact@v4
67
67
with :
68
68
name : python-package-distributions
69
69
path : dist/
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
steps :
109
109
- name : Download all the dists
110
- uses : actions/download-artifact@v3
110
+ uses : actions/download-artifact@v4
111
111
with :
112
112
name : python-package-distributions
113
113
path : dist/
You can’t perform that action at this time.
0 commit comments