File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
55
55
env :
56
56
XDEBUG_MODE : off
57
57
- name : Report coverage
58
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
58
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
59
59
if : ${{ always() && matrix.php-versions == '8.3' }}
60
60
with :
61
61
token : ${{ secrets.CODECOV_TOKEN }}
62
62
working-directory : nextcloud/apps/mail
63
- file : tests/clover.unit.xml
63
+ files : tests/clover.unit.xml
64
64
flags : unittests
65
65
fail_ci_if_error : ${{ !github.event.pull_request.head.repo.fork }}
66
66
verbose : true
@@ -197,12 +197,12 @@ jobs:
197
197
if : ${{ always() }}
198
198
run : cat nextcloud/data/mail-*-*-imap.log
199
199
- name : Report coverage
200
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
200
+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
201
201
if : ${{ always() && matrix.db == 'mysql' }}
202
202
with :
203
203
token : ${{ secrets.CODECOV_TOKEN }}
204
204
working-directory : nextcloud/apps/mail
205
- file : tests/clover.integration.xml
205
+ files : tests/clover.integration.xml
206
206
flags : integrationtests
207
207
fail_ci_if_error : ${{ !github.event.pull_request.head.repo.fork }}
208
208
verbose : true
You can’t perform that action at this time.
0 commit comments