Skip to content

Commit e72ca08

Browse files
build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4126)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.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@0565863...ad3126e) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de68d0f commit e72ca08

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

126126
- name: Upload code coverage
127-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
127+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
128128

129129
- name: Upload build and test outputs
130130
if: failure()

0 commit comments

Comments
 (0)