diff --git a/.github/workflows/spms-dotnet.yml b/.github/workflows/spms-dotnet.yml index 49adc5b5..a3839219 100644 --- a/.github/workflows/spms-dotnet.yml +++ b/.github/workflows/spms-dotnet.yml @@ -32,12 +32,12 @@ jobs: ConnectionStrings__mongo: mongodb://localhost:27017 AzureAd__ClientId: dummy AzureAd__ClientSecret: dummy - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 name: Report Unit Test with: directory: SimplePasswordManagerService.Test/ flags: unittests - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 name: Report Integration Test with: directory: SimplePasswordManagerService.Integration.Test/