Skip to content

Commit 0218965

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] <[email protected]>
1 parent fe94f1c commit 0218965

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: "3.x"
6464
- run: python -m pip install .[test]
6565
- run: python -m pytest
66-
- uses: codecov/codecov-action@v3
66+
- uses: codecov/codecov-action@v4
6767
with:
6868
flags: ${{ matrix.os }}
6969

@@ -90,7 +90,7 @@ jobs:
9090
- run: python -m pip install .[test]
9191
- run: python -m pip install django~=${{ matrix.django-version }}.0
9292
- run: python -m pytest
93-
- uses: codecov/codecov-action@v3
93+
- uses: codecov/codecov-action@v4
9494
with:
9595
flags: py${{ matrix.python-version }}
9696

@@ -116,7 +116,7 @@ jobs:
116116
- run: python -m pip install .[test]
117117
- run: python -m pip install django~=${{ matrix.django-version }}.0
118118
- run: python -m pytest
119-
- uses: codecov/codecov-action@v3
119+
- uses: codecov/codecov-action@v4
120120
with:
121121
flags: dj${{ matrix.django-version }}
122122

@@ -144,7 +144,7 @@ jobs:
144144
run: sudo apt install -y redis-server
145145
- run: python -m pip install .[test,${{ matrix.extras }}]
146146
- run: python -m pytest
147-
- uses: codecov/codecov-action@v3
147+
- uses: codecov/codecov-action@v4
148148
with:
149149
flags: ${{ matrix.extras }}
150150

0 commit comments

Comments
 (0)