Skip to content

Commit c2e37df

Browse files
authored
CI - update GitHub actions to node20 (#6462)
Bump up to actions/upload-artifact@v4 compatible with node20. Ref: actions/upload-artifact#444 (comment) Finalize #6445
1 parent adf5155 commit c2e37df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-weekly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pip install -r dev_tools/requirements/isolated-base.env.txt
3030
- name: Notebook tests
3131
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
3333
if: failure()
3434
with:
3535
name: notebook-outputs

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
run: pip install -r dev_tools/requirements/isolated-base.env.txt
299299
- name: Notebook tests
300300
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
302302
if: failure()
303303
with:
304304
name: notebook-outputs
@@ -316,7 +316,7 @@ jobs:
316316
run: pip install -r dev_tools/requirements/notebooks.env.txt
317317
- name: Notebook tests
318318
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
320320
if: failure()
321321
with:
322322
name: notebook-outputs

0 commit comments

Comments
 (0)