Skip to content

Commit bdff807

Browse files
Merge pull request #719 from pedro-mendonca/dependabot/github_actions/codecov/codecov-action-5.5.2
Bump codecov/codecov-action from 5.5.1 to 5.5.2
2 parents 6b699fe + 560dd16 commit bdff807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
145145
- name: Upload coverage reports to Codecov
146146
if: ${{ inputs.coverage }}
147-
uses: codecov/codecov-action@v5.5.1
147+
uses: codecov/codecov-action@v5.5.2
148148
with:
149149
file: coverage.xml
150150
verbose: true

0 commit comments

Comments
 (0)