Skip to content

Commit 686bebd

Browse files
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 a8176f1 commit 686bebd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if pgrep python; then pkill python; fi
6868
shell: bash
6969
- name: Upload coverage
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v6
7171
with:
7272
fail_ci_if_error: false
7373
files: ./coverage.xml
@@ -115,7 +115,7 @@ jobs:
115115
if pgrep python; then pkill python; fi
116116
shell: bash
117117
- name: Upload coverage
118-
uses: codecov/codecov-action@v5
118+
uses: codecov/codecov-action@v6
119119
with:
120120
fail_ci_if_error: false
121121
files: ./coverage.xml
@@ -220,7 +220,7 @@ jobs:
220220
if pgrep python; then pkill python; fi
221221
shell: bash
222222
- name: Upload coverage
223-
uses: codecov/codecov-action@v5
223+
uses: codecov/codecov-action@v6
224224
with:
225225
fail_ci_if_error: false
226226
files: ./coverage.xml

.github/workflows/pythonapp-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ jobs:
125125
shell: bash
126126
- name: Upload coverage
127127
if: ${{ github.head_ref != 'dev' && github.event.pull_request.merged != true }}
128-
uses: codecov/codecov-action@v5
128+
uses: codecov/codecov-action@v6
129129
with:
130130
files: ./coverage.xml

.github/workflows/setupapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if pgrep python; then pkill python; fi
7373
shell: bash
7474
- name: Upload coverage
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@v6
7676
with:
7777
fail_ci_if_error: false
7878
files: ./coverage.xml
@@ -108,7 +108,7 @@ jobs:
108108
BUILD_MONAI=1 ./runtests.sh --build --coverage --quick --min
109109
coverage xml --ignore-errors
110110
- name: Upload coverage
111-
uses: codecov/codecov-action@v5
111+
uses: codecov/codecov-action@v6
112112
with:
113113
fail_ci_if_error: false
114114
files: ./coverage.xml

0 commit comments

Comments
 (0)