Skip to content

Commit b5bcddf

Browse files
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>
1 parent cffb598 commit b5bcddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
XDEBUG_MODE: off
5454
- name: Report coverage
55-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
55+
uses: codecov/codecov-action@cf3f51a67d2820f7a7cefa0831889fbbef41ca57 # v5.4.1
5656
if: ${{ always() && matrix.php-versions == '8.3' }}
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
@@ -194,7 +194,7 @@ jobs:
194194
if: ${{ always() }}
195195
run: cat nextcloud/data/horde_*.log
196196
- name: Report coverage
197-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
197+
uses: codecov/codecov-action@cf3f51a67d2820f7a7cefa0831889fbbef41ca57 # v5.4.1
198198
if: ${{ always() && matrix.db == 'mysql' }}
199199
with:
200200
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)