Skip to content

Commit 5d5b5a9

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 840f9eb commit 5d5b5a9

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
@@ -77,7 +77,7 @@ jobs:
7777
- run: python -m pip install -e '.[test]'
7878
- run: python -m pip install Django~=${{ matrix.django-version }}.0
7979
- run: python -m pytest
80-
- uses: codecov/codecov-action@v4
80+
- uses: codecov/codecov-action@v5
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
flags: python-${{ matrix.python-version }}
@@ -100,7 +100,7 @@ jobs:
100100
- run: python -m pip install -e ".[test,wagtail]"
101101
- run: python -m pip install wagtail~=${{ matrix.wagtail-version }}
102102
- run: python -m pytest
103-
- uses: codecov/codecov-action@v4
103+
- uses: codecov/codecov-action@v5
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
flags: ${{ matrix.extras }}
@@ -138,7 +138,7 @@ jobs:
138138
env:
139139
DB_PORT: ${{ job.services.postgres.ports[5432] }}
140140
DB: pg
141-
- uses: codecov/codecov-action@v4
141+
- uses: codecov/codecov-action@v5
142142
with:
143143
token: ${{ secrets.CODECOV_TOKEN }}
144144
flags: ${{ matrix.extras }}

0 commit comments

Comments
 (0)