Skip to content

Commit b29eccc

Browse files
dependabot[bot]CosmicHorrorDev
authored andcommitted
chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.0.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.6.0...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f9ac5e commit b29eccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
run: cargo llvm-cov --lcov --no-default-features --features x11 --output-path lcov.info
2525

2626
- name: Upload coverage report to Codecov
27-
uses: codecov/codecov-action@v4.6.0
27+
uses: codecov/codecov-action@v5.0.2
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)