Skip to content

Commit b20a9c8

Browse files
ci(dependabot): bump codecov/codecov-action from 4 to 5 (#264)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent 63f32b0 commit b20a9c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
pip uninstall -y lxml xmlschema
5959
pytest --cov --cov-report=xml --cov-append
6060
61-
- uses: codecov/codecov-action@v4
61+
- uses: codecov/codecov-action@v5
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464

@@ -132,7 +132,7 @@ jobs:
132132
python -m pip install 'pydantic>=2'
133133
pytest --cov --cov-report=xml --cov-append
134134
135-
- uses: codecov/codecov-action@v4
135+
- uses: codecov/codecov-action@v5
136136
with:
137137
token: ${{ secrets.CODECOV_TOKEN }}
138138

@@ -152,7 +152,7 @@ jobs:
152152
run: pytest --cov --cov-report=xml --cov-append -k test_autogen
153153
env:
154154
TEST_AUTOGEN: "1"
155-
- uses: codecov/codecov-action@v4
155+
- uses: codecov/codecov-action@v5
156156
with:
157157
token: ${{ secrets.CODECOV_TOKEN }}
158158

0 commit comments

Comments
 (0)