Skip to content

Commit 1684b80

Browse files
chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.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.5.3...v6.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84a0f37 commit 1684b80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prove.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create clover report for perl Modules
3535
run: cover -report clover
3636

37-
- uses: codecov/codecov-action@v5.5.3
37+
- uses: codecov/codecov-action@v6.0.0
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
files: clover.xml
@@ -104,7 +104,7 @@ jobs:
104104
working-directory: /opt/fhem/
105105
run: cover -report clover
106106

107-
- uses: codecov/codecov-action@v5.5.3
107+
- uses: codecov/codecov-action@v6.0.0
108108
with:
109109
token: ${{ secrets.CODECOV_TOKEN }}
110110
files: clover.xml

0 commit comments

Comments
 (0)