File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Upload coverage to Codecov
42
42
if : matrix.python-version == '3.12'
43
- uses : codecov/codecov-action@v4
43
+ uses : codecov/codecov-action@v5
44
44
with :
45
45
file : ./coverage.xml
46
46
fail_ci_if_error : false
Original file line number Diff line number Diff line change 55
55
56
56
- name : Upload coverage to Codecov
57
57
if : matrix.python-version == '3.12'
58
- uses : codecov/codecov-action@v4
58
+ uses : codecov/codecov-action@v5
59
59
with :
60
60
file : ./coverage.xml
61
61
fail_ci_if_error : false
Original file line number Diff line number Diff line change 36
36
37
37
- name : Upload coverage to Codecov
38
38
if : matrix.python-version == '3.11'
39
- uses : codecov/codecov-action@v4
39
+ uses : codecov/codecov-action@v5
40
40
with :
41
41
file : ./coverage.xml
42
42
fail_ci_if_error : false
Original file line number Diff line number Diff line change 46
46
${{ runner.os }}-python-
47
47
48
48
- name : Install uv
49
- uses : astral-sh/setup-uv@v4
49
+ uses : astral-sh/setup-uv@v6
50
50
with :
51
51
enable-cache : true
52
52
74
74
75
75
- name : Upload coverage to Codecov
76
76
if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
77
- uses : codecov/codecov-action@v4
77
+ uses : codecov/codecov-action@v5
78
78
with :
79
79
file : ./coverage.xml
80
80
flags : unittests
94
94
python-version : " 3.11"
95
95
96
96
- name : Install uv
97
- uses : astral-sh/setup-uv@v4
97
+ uses : astral-sh/setup-uv@v6
98
98
99
99
- name : Install dependencies
100
100
run : |
You can’t perform that action at this time.
0 commit comments