File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
run : pip install -r dev_tools/requirements/isolated-base.env.txt
30
30
- name : Notebook tests
31
31
run : check/pytest -n auto -m weekly dev_tools/notebooks/isolated_notebook_test.py -k ${{matrix.partition}}
32
- - uses : actions/upload-artifact@v2
32
+ - uses : actions/upload-artifact@v4
33
33
if : failure()
34
34
with :
35
35
name : notebook-outputs
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ jobs:
298
298
run : pip install -r dev_tools/requirements/isolated-base.env.txt
299
299
- name : Notebook tests
300
300
run : check/pytest -n auto -m slow dev_tools/notebooks/isolated_notebook_test.py -k ${{matrix.partition}}
301
- - uses : actions/upload-artifact@v2
301
+ - uses : actions/upload-artifact@v4
302
302
if : failure()
303
303
with :
304
304
name : notebook-outputs
@@ -316,7 +316,7 @@ jobs:
316
316
run : pip install -r dev_tools/requirements/notebooks.env.txt
317
317
- name : Notebook tests
318
318
run : check/pytest -n auto -m slow dev_tools/notebooks/notebook_test.py
319
- - uses : actions/upload-artifact@v2
319
+ - uses : actions/upload-artifact@v4
320
320
if : failure()
321
321
with :
322
322
name : notebook-outputs
You can’t perform that action at this time.
0 commit comments