File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 21
21
shell : bash -l {0}
22
22
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- uses : conda-incubator/setup-miniconda@v2
26
26
with :
27
27
auto-update-conda : true
@@ -40,12 +40,11 @@ jobs:
40
40
conda list
41
41
make -C site/ SPHINXOPTS="-nWT --keep-going" html
42
42
43
- - uses : actions/upload-artifact@v2
43
+ - uses : actions/upload-artifact@v3
44
44
with :
45
45
name : sphinx-build-artifact
46
46
path : site/_build/html/reports
47
47
48
48
- name : fail on build errors
49
49
if : steps.build_step.outcome != 'success'
50
50
run : exit 1
51
-
Original file line number Diff line number Diff line change 20
20
python-version : [3.8, 3.9, "3.10"]
21
21
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v3
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v2
25
+ uses : actions/setup-python@v4
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
You can’t perform that action at this time.
0 commit comments