changeset 28487:9563ae315e88 v8.2.4768

patch 8.2.4768: CI: codecov upload sometimes does not work Commit: https://github.com/vim/vim/commit/34ffa102806da6b7562a010a2dca08448d3cc465 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Apr 16 21:46:38 2022 +0100 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 https://github.com/vim/vim/issues/10209)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Apr 2022 23:00:03 +0200
parents b704991bcc22
children 2c570d802c04
files .github/workflows/ci.yml src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -254,7 +254,7 @@ jobs:
 
       - name: Codecov
         if: matrix.coverage
-        uses: codecov/codecov-action@v2
+        uses: codecov/codecov-action@v3
         with:
           flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
 
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4768,
+/**/
     4767,
 /**/
     4766,