Skip to content

Commit 895540d

Browse files
dependabot[bot]korridor
authored andcommitted
Bump codecov/codecov-action from 4.5.0 to 5.1.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.5.0...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6227038 commit 895540d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: php artisan test --stop-on-failure --coverage-text --coverage-clover=coverage.xml
6464

6565
- name: "Upload coverage reports to Codecov"
66-
uses: codecov/codecov-action@v4.5.0
66+
uses: codecov/codecov-action@v5.1.2
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
slug: solidtime-io/solidtime

0 commit comments

Comments
 (0)