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 63
63
python-version : " 3.x"
64
64
- run : python -m pip install .[test]
65
65
- run : python -m pytest
66
- - uses : codecov/codecov-action@v3
66
+ - uses : codecov/codecov-action@v4
67
67
with :
68
68
flags : ${{ matrix.os }}
69
69
90
90
- run : python -m pip install .[test]
91
91
- run : python -m pip install django~=${{ matrix.django-version }}.0
92
92
- run : python -m pytest
93
- - uses : codecov/codecov-action@v3
93
+ - uses : codecov/codecov-action@v4
94
94
with :
95
95
flags : py${{ matrix.python-version }}
96
96
@@ -116,7 +116,7 @@ jobs:
116
116
- run : python -m pip install .[test]
117
117
- run : python -m pip install django~=${{ matrix.django-version }}.0
118
118
- run : python -m pytest
119
- - uses : codecov/codecov-action@v3
119
+ - uses : codecov/codecov-action@v4
120
120
with :
121
121
flags : dj${{ matrix.django-version }}
122
122
@@ -144,7 +144,7 @@ jobs:
144
144
run : sudo apt install -y redis-server
145
145
- run : python -m pip install .[test,${{ matrix.extras }}]
146
146
- run : python -m pytest
147
- - uses : codecov/codecov-action@v3
147
+ - uses : codecov/codecov-action@v4
148
148
with :
149
149
flags : ${{ matrix.extras }}
150
150
You can’t perform that action at this time.
0 commit comments