Skip to content

Commit e6cab71

Browse files
committed
Revert "Bump codecov/codecov-action from 3 to 4"
This reverts commit 244673c.
1 parent 1fbaafd commit e6cab71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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

@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)