Skip to content

Commit fa75051

Browse files
renovate[bot]st3iny
authored andcommitted
chore(deps): bump codecov/codecov-action action from v4.6.0 to v5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Richard Steinmetz <[email protected]>
1 parent e2c468f commit fa75051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
env:
5656
XDEBUG_MODE: off
5757
- name: Report coverage
58-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
58+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5959
if: ${{ always() && matrix.php-versions == '8.3' }}
6060
with:
6161
token: ${{ secrets.CODECOV_TOKEN }}
6262
working-directory: nextcloud/apps/mail
63-
file: tests/clover.unit.xml
63+
files: tests/clover.unit.xml
6464
flags: unittests
6565
fail_ci_if_error: ${{ !github.event.pull_request.head.repo.fork }}
6666
verbose: true
@@ -197,12 +197,12 @@ jobs:
197197
if: ${{ always() }}
198198
run: cat nextcloud/data/mail-*-*-imap.log
199199
- name: Report coverage
200-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
200+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
201201
if: ${{ always() && matrix.db == 'mysql' }}
202202
with:
203203
token: ${{ secrets.CODECOV_TOKEN }}
204204
working-directory: nextcloud/apps/mail
205-
file: tests/clover.integration.xml
205+
files: tests/clover.integration.xml
206206
flags: integrationtests
207207
fail_ci_if_error: ${{ !github.event.pull_request.head.repo.fork }}
208208
verbose: true

0 commit comments

Comments
 (0)