Skip to content

Commit 843e16c

Browse files
dependabot[bot]korridor
authored andcommitted
Bump codecov/codecov-action from 4.4.1 to 4.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0. - [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.4.1...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a920bd commit 843e16c

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
@@ -54,7 +54,7 @@ jobs:
5454
run: php artisan test --stop-on-failure --coverage-text --coverage-clover=coverage.xml
5555

5656
- name: "Upload coverage reports to Codecov"
57-
uses: codecov/codecov-action@v4.4.1
57+
uses: codecov/codecov-action@v4.5.0
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
slug: solidtime-io/solidtime

0 commit comments

Comments
 (0)