Skip to content

Commit 3f571de

Browse files
authored
Merge pull request #1 from micheh/dependabot/github_actions/codecov/codecov-action-v1.0.10
Bump codecov/codecov-action from v1.0.7 to v1.0.10
2 parents 7be03c2 + d72f5c5 commit 3f571de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: vendor/bin/phpunit --coverage-clover=coverage.xml
2424

2525
- name: Upload coverage to Codecov
26-
uses: codecov/[email protected].7
26+
uses: codecov/[email protected].10
2727

2828
phpcs:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)