Skip to content

Commit f5ebb24

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- 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 a96ad8e commit f5ebb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: python -m pip install Django~="${{ matrix.django-version }}.0"
6262
- run: python -m pip install -e .[test]
6363
- run: python -m pytest
64-
- uses: codecov/codecov-action@v2
64+
- uses: codecov/codecov-action@v3
6565

6666
Selenium:
6767
needs:
@@ -86,4 +86,4 @@ jobs:
8686
- run: python -m pip install Django
8787
- run: python -m pip install -e .[test,selenium]
8888
- run: python -m pytest
89-
- uses: codecov/codecov-action@v2
89+
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)