chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0

This commit is contained in:
dependabot[bot]
2024-10-14 16:21:59 -05:00
committed by GitHub
parent 5b996d9736
commit 9e8aa057ba
+1 -1
View File
@@ -141,7 +141,7 @@ jobs:
run: "./vendor/bin/phpunit --verbose --colors=always --coverage-text --coverage-clover build/logs/clover.xml"
- name: "Publish coverage report to Codecov"
uses: "codecov/codecov-action@v4.5.0"
uses: "codecov/codecov-action@v4.6.0"
unit-tests:
name: "Unit Tests"