Skip to content

Commit b97d68f

Browse files
Bump codecov/codecov-action from 4 to 5 (#753)
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>
1 parent d7d84f2 commit b97d68f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/build-push-to-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'`
6060
- name: Upload test coverage
61-
uses: codecov/codecov-action@v4
61+
uses: codecov/codecov-action@v5
6262
publish:
6363
needs: build
6464
if: github.event_name != 'pull_request'

Diff for: .github/workflows/build-tag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'`
6363
- name: Upload test coverage
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
publish:
6666
needs: build
6767
if: github.event_name != 'pull_request'

Diff for: .github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
run: |
6565
tox -e py`echo "${{ matrix.python_ver }}" | sed 's/\.//g'`
6666
- name: Upload test coverage
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)