commit | b5328b46a79d1383fb1d7d193e7271efcf2f996a | [log] [tgz] |
---|---|---|
author | dundargoc <gocdundar@gmail.com> | Sat Dec 17 15:47:45 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 17 15:47:45 2022 +0000 |
tree | 708a47b085352eb35963d38ddb15e2f4d68bbad2 | |
parent | b26461715be41653e5982e72c794294702ecded9 [diff] |
patch 9.0.1071: Codecov action version is too specific Problem: Codecov action version is too specific. Solution: Only use "v3" to automatically use the latest stable version. (closes #11720)
diff --git a/src/version.c b/src/version.c index cd52fed..f80aeca 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1071, +/**/ 1070, /**/ 1069,