File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v4.2.2
17
17
- name : Set up Python
18
- uses : actions/setup-python@v5.3 .0
18
+ uses : actions/setup-python@v5.4 .0
19
19
with :
20
20
python-version : ' 3.11'
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@v4.2.2
40
40
41
41
- name : Set up Python ${{ matrix.python-version }}
42
- uses : actions/setup-python@v5.3 .0
42
+ uses : actions/setup-python@v5.4 .0
43
43
with :
44
44
python-version : ${{ matrix.python-version }}
45
45
- name : Install dependencies
66
66
pytest --cov=pymodaq_utils --ignore-glob='*legacy*' -n 1
67
67
mv .coverage coverage/coverage_${{ matrix.os }}_${{ matrix.python-version }}
68
68
- name : Upload coverage artifact
69
- uses : actions/upload-artifact@v4.5 .0
69
+ uses : actions/upload-artifact@v4.6 .0
70
70
with :
71
71
name : coverage-${{ matrix.os }}-${{ matrix.python-version }}
72
72
path : coverage/coverage_${{ matrix.os }}_${{ matrix.python-version }}
98
98
99
99
- name : Upload badge artifact
100
100
if : ${{ always() }}
101
- uses : actions/upload-artifact@v4.5 .0
101
+ uses : actions/upload-artifact@v4.6 .0
102
102
with :
103
103
name : tests_${{runner.os}}_${{matrix.python-version}}
104
104
path : ' ${{ steps.extract_branch.outputs.branch }}/tests_${{runner.os}}_${{matrix.python-version}}.svg'
@@ -171,7 +171,7 @@ jobs:
171
171
coverage xml -i
172
172
173
173
- name : Upload combined coverage report to Codecov
174
- uses : codecov/codecov-action@v5.1.2
174
+ uses : codecov/codecov-action@v5.3.1
175
175
with :
176
176
token : ${{ secrets.CODECOV_TOKEN }}
177
177
files : coverage.xml
You can’t perform that action at this time.
0 commit comments