diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9271d4ee81..9d07794a47 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -17,7 +17,7 @@ "rollForward": false }, "dotnet-reportgenerator-globaltool": { - "version": "5.4.2", + "version": "5.4.3", "commands": [ "reportgenerator" ], diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 318240aed7..bd0350efad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,7 +110,7 @@ jobs: if: matrix.os == 'ubuntu-latest' env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true verbose: true