chore(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3

This commit is contained in:
dependabot[bot]
2023-04-24 17:03:19 -05:00
committed by GitHub
parent 2916d00d2c
commit 0f81d9b765
+1 -1
View File
@@ -132,7 +132,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.2"
uses: "codecov/codecov-action@v3.1.3"
unit-tests:
name: "Unit Tests"