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

This commit is contained in:
dependabot[bot]
2024-11-18 16:02:49 -06:00
committed by GitHub
parent 9e8aa057ba
commit 1311eb2c9d
+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.6.0"
uses: "codecov/codecov-action@v5.0.2"
unit-tests:
name: "Unit Tests"