Skip to content

Commit de441b6

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 59798d2 commit de441b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- run: python -m pip install Django~="${{ matrix.django-version }}.0"
8484
- run: python -m pip install -e .[test]
8585
- run: python -m pytest -m "not selenium"
86-
- uses: codecov/codecov-action@v4
86+
- uses: codecov/codecov-action@v5
8787

8888
Selenium:
8989
needs:
@@ -109,4 +109,4 @@ jobs:
109109
- run: python -m pip install Django
110110
- run: python -m pip install -e .[test,selenium]
111111
- run: python -m pytest -m selenium
112-
- uses: codecov/codecov-action@v4
112+
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)