Skip to content

Commit ac0e8c8

Browse files
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- 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 fb50674 commit ac0e8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: find ./storage/logs/daily/*.log | head -n 1 | xargs cat
121121

122122
- name: Upload coverage reports
123-
uses: codecov/codecov-action@v3
123+
uses: codecov/codecov-action@v4
124124
with:
125125
files: coverage.xml
126126
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)