]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1071: Codecov action version is too specific v9.0.1071
authordundargoc <gocdundar@gmail.com>
Sat, 17 Dec 2022 15:47:45 +0000 (15:47 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Dec 2022 15:47:45 +0000 (15:47 +0000)
Problem:    Codecov action version is too specific.
Solution:   Only use "v3" to automatically use the latest stable version.
            (closes #11720)

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

index 6e7690e9b46d105762ccc6aff1872380bcb072b2..ae4caf06869399d1da095f059df6f671cec88bb2 100644 (file)
@@ -254,7 +254,7 @@ jobs:
 
       - name: Codecov
         if: matrix.coverage
-        uses: codecov/codecov-action@v3.1.1
+        uses: codecov/codecov-action@v3
         with:
           flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
 
@@ -613,7 +613,7 @@ jobs:
 
       - name: Codecov
         if: matrix.coverage
-        uses: codecov/codecov-action@v3.1.1
+        uses: codecov/codecov-action@v3
         with:
           directory: src
           flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}
index cd52fed8bb61fcecc5a3c0f56f195103f5370188..f80aeca91376106d7ecda4a650e6ebefa17c21d6 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1071,
 /**/
     1070,
 /**/