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 46
46
deactivate
47
47
48
48
- name : Store main distribution packages
49
- uses : actions/upload-artifact@v3
49
+ uses : actions/upload-artifact@v4
50
50
with :
51
51
name : python-package-distributions
52
52
path : dist/
66
66
python3 -m build
67
67
68
68
- name : Store test distribution packages
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : python-package-distributions-testing
72
72
path : dist/
86
86
87
87
steps :
88
88
- name : Download all the dists
89
- uses : actions/download-artifact@v3
89
+ uses : actions/download-artifact@v4
90
90
with :
91
91
name : python-package-distributions
92
92
path : dist/
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
steps :
127
127
- name : Download all the test dists
128
- uses : actions/download-artifact@v3
128
+ uses : actions/download-artifact@v4
129
129
with :
130
130
name : python-package-distributions-testing
131
131
path : dist/
You can’t perform that action at this time.
0 commit comments