File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197197 sudo apt-get install -y --no-install-recommends libssl-dev
198198 pip install -r requirements-test.txt
199199
200- - uses : actions/download-artifact@v3
200+ - uses : actions/download-artifact@v4
201201 with :
202202 name : artifact
203203 path : dist
@@ -217,7 +217,7 @@ jobs:
217217 needs : [build_wheels, build_manylinux2010_wheels, build_sdist, test_sdist]
218218 runs-on : ubuntu-22.04
219219 steps :
220- - uses : actions/download-artifact@v3
220+ - uses : actions/download-artifact@v4
221221 with :
222222 name : artifact
223223 path : dist
@@ -235,7 +235,7 @@ jobs:
235235 permissions :
236236 id-token : write
237237 steps :
238- - uses : actions/download-artifact@v3
238+ - uses : actions/download-artifact@v4
239239 with :
240240 name : artifact
241241 path : dist
You can’t perform that action at this time.
0 commit comments