Skip to content

Commit 7d22dbd

Browse files
authored
Merge pull request #704 from sabre-io/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2 parents 0795eed + f1ff642 commit 7d22dbd

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
@@ -65,5 +65,5 @@ jobs:
6565
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
6666

6767
- name: Code Coverage
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
if: matrix.coverage != 'none'

0 commit comments

Comments
 (0)