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 60
60
- name : Build a binary wheel and a source tarball
61
61
run : python3 -m build
62
62
- name : Store the distribution packages
63
- uses : actions/upload-artifact@v3
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
name : python-package-distributions
66
66
path : dist/
78
78
79
79
steps :
80
80
- name : Download all the dists
81
- uses : actions/download-artifact@v3
81
+ uses : actions/download-artifact@v4
82
82
with :
83
83
name : python-package-distributions
84
84
path : dist/
96
96
97
97
steps :
98
98
- name : Download all the dists
99
- uses : actions/download-artifact@v3
99
+ uses : actions/download-artifact@v4
100
100
with :
101
101
name : python-package-distributions
102
102
path : dist/
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
steps :
139
139
- name : Download all the dists
140
- uses : actions/download-artifact@v3
140
+ uses : actions/download-artifact@v4
141
141
with :
142
142
name : python-package-distributions
143
143
path : dist/
You can’t perform that action at this time.
0 commit comments