File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
python-version : ["3.10"]
11
11
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
24
24
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25
25
26
26
- name : Setup Graphviz
27
- uses : ts-graphviz/setup-graphviz@v1
27
+ uses : ts-graphviz/setup-graphviz@v2
28
28
29
29
- name : Lint with flake8
30
30
run : |
36
36
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
37
37
38
38
- name : Upload pytest test results
39
- uses : actions/upload-artifact@v3
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : pytest-results
42
42
path : junit/test-results.xml
You can’t perform that action at this time.
0 commit comments