Skip to content

Commit 4e25246

Browse files
authored
Merge pull request #9 from LordSimal/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents 0e54901 + 4e1fa6f commit 4e25246

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
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Code Coverage Report
5555
if: success() && matrix.php-version == '8.3'
56-
uses: codecov/codecov-action@v5
56+
uses: codecov/codecov-action@v6
5757
env:
5858
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5959

0 commit comments

Comments
 (0)