File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
python-version : ${{ matrix.python-version }}
73
73
- run : python -m pip install -e '.[test]'
74
74
- run : python -m pytest
75
- - uses : codecov/codecov-action@v4
75
+ - uses : codecov/codecov-action@v3
76
76
with :
77
77
flags : ${{ matrix.python-version }}
78
78
92
92
python-version : ${{ matrix.python-version }}
93
93
- run : python -m pip install -e ".[test,${{ matrix.extras }}]"
94
94
- run : python -m pytest
95
- - uses : codecov/codecov-action@v4
95
+ - uses : codecov/codecov-action@v3
96
96
with :
97
97
flags : ${{ matrix.extras }}
98
98
@@ -128,7 +128,7 @@ jobs:
128
128
env :
129
129
DB_PORT : ${{ job.services.postgres.ports[5432] }}
130
130
DB : pg
131
- - uses : codecov/codecov-action@v4
131
+ - uses : codecov/codecov-action@v3
132
132
with :
133
133
flags : ${{ matrix.extras }}
134
134
You can’t perform that action at this time.
0 commit comments