Skip to content

Commit 6cf802a

Browse files
authored
Merge pull request #158 from renoki-co/dependabot/github_actions/codecov/codecov-action-3.1.1
Bump codecov/codecov-action from 3.1.0 to 3.1.1
2 parents 3152008 + 66a6922 commit 6cf802a

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
@@ -60,7 +60,7 @@ jobs:
6060
CACHE_DRIVER=array vendor/bin/phpunit --coverage-text --coverage-clover=coverage_array.xml
6161
CACHE_DRIVER=file vendor/bin/phpunit --coverage-text --coverage-clover=coverage_file.xml
6262
63-
- uses: codecov/[email protected].0
63+
- uses: codecov/[email protected].1
6464
with:
6565
fail_ci_if_error: false
6666
file: '*.xml'

0 commit comments

Comments
 (0)