Hello, I can see this error from time to time on my CI, during report generation. ``` Version 5.3.8 of package dotnet-reportgenerator-globaltool is not found in NuGet feeds https://api.nuget.org/v3/index.json ``` It looks like, that for some reason NuGet repositories are unavaliable. Retry in such cases helps, so I also created PR https://github.com/danielpalme/ReportGenerator-GitHub-Action/pull/28 to mitigate this issue Regards,