Skip to content

Commit 6906e32

Browse files
Bump codecov/codecov-action from 4 to 5 (#476)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent daaa16d commit 6906e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CodeQuality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: coverage-report
8181
path: ./src/SmartFormat.Tests/coverage.*.xml # store all coverage reports
8282
- name: Upload coverage to Codecov
83-
uses: codecov/codecov-action@v4
83+
uses: codecov/codecov-action@v5
8484
with:
8585
# files: automatically finds all in ./src/SmartFormat.Tests
8686
name: coverage

0 commit comments

Comments
 (0)