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:
197
197
sudo apt-get install -y --no-install-recommends libssl-dev
198
198
pip install -r requirements-test.txt
199
199
200
- - uses : actions/download-artifact@v3
200
+ - uses : actions/download-artifact@v4
201
201
with :
202
202
name : artifact
203
203
path : dist
@@ -217,7 +217,7 @@ jobs:
217
217
needs : [build_wheels, build_manylinux2010_wheels, build_sdist, test_sdist]
218
218
runs-on : ubuntu-22.04
219
219
steps :
220
- - uses : actions/download-artifact@v3
220
+ - uses : actions/download-artifact@v4
221
221
with :
222
222
name : artifact
223
223
path : dist
@@ -235,7 +235,7 @@ jobs:
235
235
permissions :
236
236
id-token : write
237
237
steps :
238
- - uses : actions/download-artifact@v3
238
+ - uses : actions/download-artifact@v4
239
239
with :
240
240
name : artifact
241
241
path : dist
You can’t perform that action at this time.
0 commit comments