We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7bdfa commit 1736ea2Copy full SHA for 1736ea2
build/common/Utilities/Tools.cs
@@ -6,6 +6,6 @@ public class Tools
6
7
public static readonly Dictionary<string, string> Versions = new()
8
{
9
- { CodecovUploaderCmd, "0.7.1" },
+ { CodecovUploaderCmd, "0.7.3" },
10
};
11
}
0 commit comments