Skip to content

Commit b038c9f

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5e297f commit b038c9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node dependencies
2626
run: npm ci
2727
- run: node --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.txt
28-
- uses: codecov/codecov-action@v5
28+
- uses: codecov/codecov-action@v6
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
flags: javascript
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- run: uv run --with django~=${{ matrix.django-version }}.0 pytest -m "not selenium"
59-
- uses: codecov/codecov-action@v5
59+
- uses: codecov/codecov-action@v6
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
flags: python
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v6
7373
- uses: astral-sh/setup-uv@v7
7474
- run: uv run pytest -m selenium
75-
- uses: codecov/codecov-action@v5
75+
- uses: codecov/codecov-action@v6
7676
with:
7777
token: ${{ secrets.CODECOV_TOKEN }}
7878
flags: selenium-${{ matrix.os }}

0 commit comments

Comments
 (0)