]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.0570: CI for Windows is still using codecov action 3.1.0 v9.0.0570
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 24 Sep 2022 12:00:53 +0000 (13:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Sep 2022 12:00:53 +0000 (13:00 +0100)
Problem:    CI for Windows is still using codecov action 3.1.0.
Solution:   Use action 3.1.1. (closes #11212)

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

index 7716cb493d92e135713c69c60ce821b090cd7c43..6c1b35953ba6379a83a8716cc8e19da300d991e4 100644 (file)
@@ -605,7 +605,7 @@ jobs:
 
       - name: Codecov
         if: matrix.coverage
-        uses: codecov/codecov-action@v3.1.0
+        uses: codecov/codecov-action@v3.1.1
         with:
           directory: src
           flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}
index 09b05187ea8afceed5999b659f70c0ccef1189b3..1cbf5514ba043a4b7b68da03546c9c941c30ba09 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    570,
 /**/
     569,
 /**/