Skip to content

Commit 53f8c66

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 2706cb3 commit 53f8c66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Node dependencies
4444
run: npm ci
4545
- run: node --test --experimental-test-coverage --test-reporter=spec --test-reporter=lcov --test-reporter-destination=stdout --test-reporter-destination=lcov.txt
46-
- uses: codecov/codecov-action@v4
46+
- uses: codecov/codecov-action@v5
4747
with:
4848
token: ${{ secrets.CODECOV_TOKEN }}
4949
flags: javascript
@@ -106,7 +106,7 @@ jobs:
106106
- run: python -m pytest -m "not selenium"
107107
env:
108108
PATH: $PATH:$(pwd)/bin
109-
- uses: codecov/codecov-action@v4
109+
- uses: codecov/codecov-action@v5
110110
with:
111111
token: ${{ secrets.CODECOV_TOKEN }}
112112
flags: python
@@ -134,7 +134,7 @@ jobs:
134134
python-version: ${{ matrix.python-version }}
135135
- run: python -m pip install -e .[test]
136136
- run: python -m pytest -m selenium
137-
- uses: codecov/codecov-action@v4
137+
- uses: codecov/codecov-action@v5
138138
with:
139139
token: ${{ secrets.CODECOV_TOKEN }}
140140
flags: selenium

0 commit comments

Comments
 (0)