diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 66142277..58e74f1f 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -36,7 +36,7 @@ jobs: - name: Run Test run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - - uses: codecov/codecov-action@v4.5.0 + - uses: codecov/codecov-action@v4.6.0 with: name: Code Coverage for ${{ matrix.os }} fail_ci_if_error: true diff --git a/Directory.Packages.props b/Directory.Packages.props index e5dbb2ad..ef5cde51 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,7 +6,7 @@ - + @@ -17,14 +17,14 @@ - + - + - + diff --git a/global.json b/global.json index caa8a0e4..0ee5ec22 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { "rollForward": "latestFeature", - "version": "8.0.401" + "version": "8.0.404" } }