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 7272 python-version : ${{ matrix.python-version }}
7373 - run : python -m pip install -e '.[test]'
7474 - run : python -m pytest
75- - uses : codecov/codecov-action@v4
75+ - uses : codecov/codecov-action@v3
7676 with :
7777 flags : ${{ matrix.python-version }}
7878
9292 python-version : ${{ matrix.python-version }}
9393 - run : python -m pip install -e ".[test,${{ matrix.extras }}]"
9494 - run : python -m pytest
95- - uses : codecov/codecov-action@v4
95+ - uses : codecov/codecov-action@v3
9696 with :
9797 flags : ${{ matrix.extras }}
9898
@@ -128,7 +128,7 @@ jobs:
128128 env :
129129 DB_PORT : ${{ job.services.postgres.ports[5432] }}
130130 DB : pg
131- - uses : codecov/codecov-action@v4
131+ - uses : codecov/codecov-action@v3
132132 with :
133133 flags : ${{ matrix.extras }}
134134
You can’t perform that action at this time.
0 commit comments