Skip to content

Commit 3d461f5

Browse files
build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 (#4472)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.3 to 5.5.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@18283e0...fdcc847) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6f3b68 commit 3d461f5

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
@@ -225,7 +225,7 @@ jobs:
225225
run: dotnet test ${{ matrix.slnf }} -c Release --no-build --nologo -l GitHubActions -l "trx;LogFilePrefix=testresults_${{ runner.os }}" --collect "XPlat Code Coverage"
226226

227227
- name: Upload code coverage
228-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
228+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
229229

230230
- name: Upload build and test outputs
231231
if: failure()

0 commit comments

Comments
 (0)