Skip to content

Commit ae2ee19

Browse files
Merge pull request #760 from pedro-mendonca/dependabot/github_actions/codecov/codecov-action-5.5.3
Bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents fe0e61f + a147595 commit ae2ee19

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.2
147+
uses: codecov/codecov-action@v5.5.3
148148
with:
149149
file: coverage.xml
150150
verbose: true

0 commit comments

Comments
 (0)