Skip to content

Commit 94b2bdd

Browse files
Bump codecov/codecov-action from 5 to 6 (#1558)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' 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 41ce8e6 commit 94b2bdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
35+
- uses: codecov/codecov-action@v6
3636
name: Report Unit Test
3737
with:
3838
directory: SimplePasswordManagerService.Test/
3939
flags: unittests
40-
- uses: codecov/codecov-action@v5
40+
- uses: codecov/codecov-action@v6
4141
name: Report Integration Test
4242
with:
4343
directory: SimplePasswordManagerService.Integration.Test/

0 commit comments

Comments
 (0)