Skip to content

Commit 9faa8fe

Browse files
dependabot[bot]korridor
authored andcommitted
Bump codecov/codecov-action from 5.3.1 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.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@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9948cb1 commit 9faa8fe

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@v5.3.1
66+
uses: codecov/codecov-action@v5.4.0
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
slug: solidtime-io/solidtime

0 commit comments

Comments
 (0)