File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
python -m pip install --upgrade pip setuptools
36
36
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
37
37
- name : Pip cache
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ${{ steps.pip-cache.outputs.dir }}
41
41
key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }}
48
48
pytest
49
49
coverage xml -o coverage.xml
50
50
- name : Upload coverage reports to Codecov
51
- uses : codecov/codecov-action@v3
51
+ uses : codecov/codecov-action@v4
52
52
with :
53
53
token : ${{ secrets.CODECOV_TOKEN }}
54
54
files : coverage.xml
70
70
python -m pip install --upgrade pip setuptools
71
71
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
72
72
- name : pip cache
73
- uses : actions/cache@v3
73
+ uses : actions/cache@v4
74
74
with :
75
75
path : ${{ steps.pip-cache.outputs.dir }}
76
76
key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }}
Original file line number Diff line number Diff line change 24
24
python -m pip install --upgrade pip setuptools
25
25
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
26
26
- name : Pip cache
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ${{ steps.pip-cache.outputs.dir }}
30
30
key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.txt') }}
You can’t perform that action at this time.
0 commit comments