Skip to content

Commit dd7de67

Browse files
build(deps): bump codecov/codecov-action from 4 to 5 (#1420)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ffc681 commit dd7de67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spms-dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
ConnectionStrings__mongo: mongodb://localhost:27017
3333
AzureAd__ClientId: dummy
3434
AzureAd__ClientSecret: dummy
35-
- uses: codecov/codecov-action@v4
35+
- uses: codecov/codecov-action@v5
3636
name: Report Unit Test
3737
with:
3838
directory: SimplePasswordManagerService.Test/
3939
flags: unittests
40-
- uses: codecov/codecov-action@v4
40+
- uses: codecov/codecov-action@v5
4141
name: Report Integration Test
4242
with:
4343
directory: SimplePasswordManagerService.Integration.Test/

0 commit comments

Comments
 (0)