]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4816: still using older codecov app in some places of CI v8.2.4816
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 24 Apr 2022 11:44:32 +0000 (12:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Apr 2022 11:44:32 +0000 (12:44 +0100)
Problem:    Still using older codecov app in some places of CI.
Solution:   Use v3.1.0. (closes #10209)

.github/workflows/ci.yml
src/version.c

index bdeb918a53d9293afb460bc15350281f77960a01..cc2816c392fdc6233cc362c29187824710ba5060 100644 (file)
@@ -254,7 +254,7 @@ jobs:
 
       - name: Codecov
         if: matrix.coverage
-        uses: codecov/codecov-action@v3
+        uses: codecov/codecov-action@v3.1.0
         with:
           flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
 
@@ -600,14 +600,14 @@ jobs:
 
       - name: Codecov (gVim)
         if: matrix.coverage
-        uses: codecov/codecov-action@v2
+        uses: codecov/codecov-action@v3.1.0
         with:
           directory: src
           flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}-gui
 
       - name: Codecov (Vim)
         if: matrix.coverage
-        uses: codecov/codecov-action@v2
+        uses: codecov/codecov-action@v3.1.0
         with:
           directory: src2
           flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}
index 3dc22d0c60a7143b704e1f6a964fde50e31f9ae1..57f2e8d6948a07bae3c5377eb346916999a22557 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4816,
 /**/
     4815,
 /**/