Skip to content

Commit 0a80b60

Browse files
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 44e249d commit 0a80b60

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/cron.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if pgrep python; then pkill python; fi
7676
shell: bash
7777
- name: Upload coverage
78-
uses: codecov/codecov-action@v4
78+
uses: codecov/codecov-action@v5
7979
with:
8080
fail_ci_if_error: false
8181
files: ./coverage.xml
@@ -123,7 +123,7 @@ jobs:
123123
if pgrep python; then pkill python; fi
124124
shell: bash
125125
- name: Upload coverage
126-
uses: codecov/codecov-action@v4
126+
uses: codecov/codecov-action@v5
127127
with:
128128
fail_ci_if_error: false
129129
files: ./coverage.xml
@@ -228,7 +228,7 @@ jobs:
228228
if pgrep python; then pkill python; fi
229229
shell: bash
230230
- name: Upload coverage
231-
uses: codecov/codecov-action@v4
231+
uses: codecov/codecov-action@v5
232232
with:
233233
fail_ci_if_error: false
234234
files: ./coverage.xml

.github/workflows/pythonapp-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ jobs:
137137
shell: bash
138138
- name: Upload coverage
139139
if: ${{ github.head_ref != 'dev' && github.event.pull_request.merged != true }}
140-
uses: codecov/codecov-action@v4
140+
uses: codecov/codecov-action@v5
141141
with:
142142
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@v4
75+
uses: codecov/codecov-action@v5
7676
with:
7777
fail_ci_if_error: false
7878
files: ./coverage.xml
@@ -119,7 +119,7 @@ jobs:
119119
BUILD_MONAI=1 ./runtests.sh --build --quick --min
120120
coverage xml --ignore-errors
121121
- name: Upload coverage
122-
uses: codecov/codecov-action@v4
122+
uses: codecov/codecov-action@v5
123123
with:
124124
fail_ci_if_error: false
125125
files: ./coverage.xml

0 commit comments

Comments
 (0)