chore(deps): bump codecov/codecov-action from 4.1.1 to 4.3.0

This commit is contained in:
dependabot[bot]
2024-04-22 16:35:15 -05:00
committed by GitHub
parent 30fbc7904f
commit 68e4e37db5
+1 -1
View File
@@ -133,7 +133,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.1.1"
uses: "codecov/codecov-action@v4.3.0"
unit-tests:
name: "Unit Tests"