3636 run : |
3737 pip install dist/${{ env.PACKAGE_NAME }}-*.tar.gz --force-reinstall
3838 - name : Upload sdist
39- uses : actions/upload-artifact@v3
39+ uses : actions/upload-artifact@v4
4040 with :
4141 name : dist
4242 path : dist
5959 run : |
6060 pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
6161 - name : Upload wheels
62- uses : actions/upload-artifact@v3
62+ uses : actions/upload-artifact@v4
6363 with :
6464 name : dist
6565 path : dist
8181 run : |
8282 pip install dist/${{ env.PACKAGE_NAME }}-*universal2.whl --force-reinstall
8383 - name : Upload wheels
84- uses : actions/upload-artifact@v3
84+ uses : actions/upload-artifact@v4
8585 with :
8686 name : dist
8787 path : dist
@@ -108,7 +108,7 @@ jobs:
108108 run : |
109109 python -m pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
110110 - name : Upload wheels
111- uses : actions/upload-artifact@v3
111+ uses : actions/upload-artifact@v4
112112 with :
113113 name : dist
114114 path : dist
@@ -135,7 +135,7 @@ jobs:
135135 run : |
136136 pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
137137 - name : Upload wheels
138- uses : actions/upload-artifact@v3
138+ uses : actions/upload-artifact@v4
139139 with :
140140 name : dist
141141 path : dist
@@ -169,7 +169,7 @@ jobs:
169169 run : |
170170 pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
171171 - name : Upload wheels
172- uses : actions/upload-artifact@v3
172+ uses : actions/upload-artifact@v4
173173 with :
174174 name : dist
175175 path : dist
@@ -201,7 +201,7 @@ jobs:
201201 apk add py3-pip
202202 pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links /io/dist/ --force-reinstall --break-system-packages
203203 - name : Upload wheels
204- uses : actions/upload-artifact@v3
204+ uses : actions/upload-artifact@v4
205205 with :
206206 name : dist
207207 path : dist
@@ -237,7 +237,7 @@ jobs:
237237 run : |
238238 pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall --break-system-packages
239239 - name : Upload wheels
240- uses : actions/upload-artifact@v3
240+ uses : actions/upload-artifact@v4
241241 with :
242242 name : dist
243243 path : dist
@@ -272,7 +272,7 @@ jobs:
272272 run : |
273273 pip install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
274274 - name : Upload wheels
275- uses : actions/upload-artifact@v3
275+ uses : actions/upload-artifact@v4
276276 with :
277277 name : dist
278278 path : dist
0 commit comments