Skip to content

Commit 720b93b

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- 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 f6316b6 commit 720b93b

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@v4
66+
- uses: codecov/codecov-action@v5
6767
with:
6868
flags: ${{ matrix.os }}
6969
token: ${{ secrets.CODECOV_TOKEN }}
@@ -91,7 +91,7 @@ jobs:
9191
- run: python -m pip install .[test]
9292
- run: python -m pip install django~=${{ matrix.django-version }}.0
9393
- run: python -m pytest
94-
- uses: codecov/codecov-action@v4
94+
- uses: codecov/codecov-action@v5
9595
with:
9696
flags: py${{ matrix.python-version }}
9797
token: ${{ secrets.CODECOV_TOKEN }}
@@ -118,7 +118,7 @@ jobs:
118118
- run: python -m pip install .[test]
119119
- run: python -m pip install django~=${{ matrix.django-version }}.0
120120
- run: python -m pytest
121-
- uses: codecov/codecov-action@v4
121+
- uses: codecov/codecov-action@v5
122122
with:
123123
flags: dj${{ matrix.django-version }}
124124
token: ${{ secrets.CODECOV_TOKEN }}
@@ -147,7 +147,7 @@ jobs:
147147
run: sudo apt install -y redis-server
148148
- run: python -m pip install .[test,${{ matrix.extras }}]
149149
- run: python -m pytest
150-
- uses: codecov/codecov-action@v4
150+
- uses: codecov/codecov-action@v5
151151
with:
152152
flags: ${{ matrix.extras }}
153153
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)