Skip to content

Commit 73b9751

Browse files
authored
Merge pull request #21 from guanguans/dependabot/github_actions/codecov/codecov-action-3
2 parents d1cd60d + 8a04edc commit 73b9751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: composer test-coverage
3939

4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v2.1.0
41+
uses: codecov/codecov-action@v3
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4444
fail_ci_if_error: false # optional (default = false)

0 commit comments

Comments
 (0)