Skip to content

Commit 244673c

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb14d40 commit 244673c

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@v3
75+
- uses: codecov/codecov-action@v4
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@v3
95+
- uses: codecov/codecov-action@v4
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@v3
131+
- uses: codecov/codecov-action@v4
132132
with:
133133
flags: ${{ matrix.extras }}
134134

0 commit comments

Comments
 (0)