Skip to content

Commit 9031c5e

Browse files
Update codecov/codecov-action action to v4 (#122)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v4`](https://togithub.com/codecov/codecov-action/compare/v3...v4) [Compare Source](https://togithub.com/codecov/codecov-action/compare/v3...v4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2caa2d9 commit 9031c5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
if-no-files-found: error
174174

175175
- name: Upload report to Codecov
176-
uses: codecov/codecov-action@v3
176+
uses: codecov/codecov-action@v4
177177
with:
178178
token: ${{ secrets.CODECOV_TOKEN }}
179179
name: coverage_maria_${{ matrix.nextcloud }}_${{ matrix.python }}_${{ matrix.php-version }}
@@ -330,7 +330,7 @@ jobs:
330330
if-no-files-found: error
331331

332332
- name: Upload report to Codecov
333-
uses: codecov/codecov-action@v3
333+
uses: codecov/codecov-action@v4
334334
with:
335335
token: ${{ secrets.CODECOV_TOKEN }}
336336
name: coverage_pgsql_${{ matrix.nextcloud }}_${{ matrix.python }}_${{ matrix.php-version }}
@@ -453,7 +453,7 @@ jobs:
453453
if-no-files-found: error
454454

455455
- name: Upload report to Codecov
456-
uses: codecov/codecov-action@v3
456+
uses: codecov/codecov-action@v4
457457
with:
458458
token: ${{ secrets.CODECOV_TOKEN }}
459459
name: coverage_oci_${{ matrix.nextcloud }}_${{ matrix.python }}_${{ matrix.php-version }}
@@ -589,7 +589,7 @@ jobs:
589589
if-no-files-found: error
590590

591591
- name: Upload report to Codecov
592-
uses: codecov/codecov-action@v3
592+
uses: codecov/codecov-action@v4
593593
with:
594594
token: ${{ secrets.CODECOV_TOKEN }}
595595
name: coverage_maria_latest
@@ -716,7 +716,7 @@ jobs:
716716
if-no-files-found: error
717717

718718
- name: Upload report to Codecov
719-
uses: codecov/codecov-action@v3
719+
uses: codecov/codecov-action@v4
720720
with:
721721
token: ${{ secrets.CODECOV_TOKEN }}
722722
name: coverage_pgsql_latest
@@ -861,7 +861,7 @@ jobs:
861861
if-no-files-found: error
862862

863863
- name: Upload report to Codecov
864-
uses: codecov/codecov-action@v3
864+
uses: codecov/codecov-action@v4
865865
with:
866866
token: ${{ secrets.CODECOV_TOKEN }}
867867
name: coverage_sqlite_${{ matrix.nextcloud }}

0 commit comments

Comments
 (0)