Skip to content

Commit 3bb13e8

Browse files
authored
Merge pull request #27 from LordSimal/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 150e6a7 + 019f816 commit 3bb13e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: Code Coverage Report
107107
if: success() && matrix.php-version == '8.2'
108-
uses: codecov/codecov-action@v5
108+
uses: codecov/codecov-action@v6
109109
with:
110110
token: ${{ secrets.CODECOV_TOKEN }}
111111
slug: LordSimal/cakephp-dump-sql

0 commit comments

Comments
 (0)