File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060 pip install ./wheelhouse/*cp${pystr}*.whl
6161 pytest --pyargs fitsio
6262
63- - uses : actions/upload-artifact@v5
63+ - uses : actions/upload-artifact@v6
6464 with :
6565 name : whl-linux
6666 path : ./wheelhouse/*.whl
@@ -106,7 +106,7 @@ jobs:
106106 pytest --pyargs fitsio
107107 deactivate
108108
109- - uses : actions/upload-artifact@v5
109+ - uses : actions/upload-artifact@v6
110110 with :
111111 name : whl-musl
112112 path : ./wheelhouse/*.whl
@@ -144,7 +144,7 @@ jobs:
144144 pip install ./wheelhouse/*cp${pystr}*.whl
145145 pytest --pyargs fitsio
146146
147- - uses : actions/upload-artifact@v5
147+ - uses : actions/upload-artifact@v6
148148 with :
149149 name : whl-macos
150150 path : ./wheelhouse/*.whl
@@ -182,7 +182,7 @@ jobs:
182182 pip install ./wheelhouse/*cp${pystr}*.whl
183183 pytest --pyargs fitsio
184184
185- - uses : actions/upload-artifact@v5
185+ - uses : actions/upload-artifact@v6
186186 with :
187187 name : whl-arm
188188 path : ./wheelhouse/*.whl
@@ -209,7 +209,7 @@ jobs:
209209 pip install -U build
210210
211211 - name : download wheels
212- uses : actions/download-artifact@v6
212+ uses : actions/download-artifact@v7
213213 with :
214214 path : ./wheels
215215 pattern : whl-*
You can’t perform that action at this time.
0 commit comments