Skip to content

Commit 0a5ebd1

Browse files
dependabot[bot]bkoelman
authored andcommitted
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 8d37ce6 commit 0a5ebd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true"
139139
- name: Upload coverage to codecov.io
140140
if: matrix.os == 'ubuntu-latest'
141-
uses: codecov/codecov-action@v3
141+
uses: codecov/codecov-action@v4
142142
with:
143143
fail_ci_if_error: true
144144
verbose: true

0 commit comments

Comments
 (0)