commit | 34ffa102806da6b7562a010a2dca08448d3cc465 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat Apr 16 21:46:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 21:46:38 2022 +0100 |
tree | 607ff9698d3794484c1abffa7439e9b8a172fba0 | |
parent | c360b2566ce2390d45d9436a6a85719fe2b387d5 [diff] [blame] |
patch 8.2.4768: CI: codecov upload sometimes does not work Problem: CI: codecov upload sometimes does not work. Solution: Use action v3 instead of v2. (closes #10209)
diff --git a/src/version.c b/src/version.c index febf286..bd51666 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4768, +/**/ 4767, /**/ 4766,