Skip to content

Commit da3692b

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 494a3d6 commit da3692b

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
@@ -76,7 +76,7 @@ jobs:
7676
python-version: ${{ matrix.python-version }}
7777
- run: python -m pip install -e '.[test]'
7878
- run: python -m pytest
79-
- uses: codecov/codecov-action@v3
79+
- uses: codecov/codecov-action@v4
8080
with:
8181
flags: ${{ matrix.python-version }}
8282

@@ -96,7 +96,7 @@ jobs:
9696
python-version: ${{ matrix.python-version }}
9797
- run: python -m pip install -e ".[test,${{ matrix.extras }}]"
9898
- run: python -m pytest
99-
- uses: codecov/codecov-action@v3
99+
- uses: codecov/codecov-action@v4
100100
with:
101101
flags: ${{ matrix.extras }}
102102

@@ -127,7 +127,7 @@ jobs:
127127
env:
128128
DB_PORT: ${{ job.services.postgres.ports[5432] }}
129129
DB: pg
130-
- uses: codecov/codecov-action@v3
130+
- uses: codecov/codecov-action@v4
131131
with:
132132
flags: ${{ matrix.extras }}
133133

0 commit comments

Comments
 (0)