We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffb598 commit b5bcddfCopy full SHA for b5bcddf
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
env:
53
XDEBUG_MODE: off
54
- name: Report coverage
55
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@cf3f51a67d2820f7a7cefa0831889fbbef41ca57 # v5.4.1
56
if: ${{ always() && matrix.php-versions == '8.3' }}
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
@@ -194,7 +194,7 @@ jobs:
194
if: ${{ always() }}
195
run: cat nextcloud/data/horde_*.log
196
197
198
if: ${{ always() && matrix.db == 'mysql' }}
199
200
0 commit comments