File tree Expand file tree Collapse file tree 5 files changed +840
-601
lines changed Expand file tree Collapse file tree 5 files changed +840
-601
lines changed Original file line number Diff line number Diff line change 1
1
pip==24.2
2
- pipx==1.7.1
2
+ pipx==1.7.1,!=1.5,!=1.6
3
3
nox==2023.4.22
4
4
nox-poetry==1.0.3
5
5
virtualenv==20.26.3
Original file line number Diff line number Diff line change 42
42
run : nox --force-color --session=docs-build
43
43
44
44
- name : Upload documentation
45
- uses : actions/upload-artifact@v3
45
+ uses : actions/upload-artifact@v4
46
46
with :
47
47
name : docs
48
48
path : docs/_build
Original file line number Diff line number Diff line change 78
78
print("::set-output result={}".format(result))
79
79
80
80
- name : Restore pre-commit cache
81
- uses : actions/cache@v3
81
+ uses : actions/cache@v4
82
82
if : matrix.session == 'pre-commit'
83
83
with :
84
84
path : ~/.cache/pre-commit
@@ -92,10 +92,11 @@ jobs:
92
92
93
93
- name : Upload coverage data
94
94
if : always() && matrix.session == 'tests'
95
- uses : actions/upload-artifact@v3
95
+ uses : actions/upload-artifact@v4
96
96
with :
97
- name : coverage-data
97
+ name : coverage-data-${{ strategy.job-index }}
98
98
path : " .coverage.*"
99
+ include-hidden-files : true
99
100
100
101
coverage :
101
102
runs-on : ubuntu-latest
@@ -126,9 +127,10 @@ jobs:
126
127
nox --version
127
128
128
129
- name : Download coverage data
129
- uses : actions/download-artifact@v3
130
+ uses : actions/download-artifact@v4
130
131
with :
131
- name : coverage-data
132
+ pattern : coverage-data-*
133
+ merge-multiple : true
132
134
133
135
- name : Combine coverage data and display human readable report
134
136
run : |
Original file line number Diff line number Diff line change 1
1
furo == 2024.8.6
2
- sphinx == 8.0.2
3
- myst_parser == 4.0.0
2
+ sphinx == 8.2.3
3
+ myst_parser == 4.0.1
You can’t perform that action at this time.
0 commit comments