chore(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5

This commit is contained in:
dependabot[bot]
2024-01-29 15:59:33 -06:00
committed by GitHub
parent d459bdbb08
commit c41944d91f
+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@v3.1.4"
uses: "codecov/codecov-action@v3.1.5"
unit-tests:
name: "Unit Tests"