changeset 30401:f5e135e75b4a v9.0.0536

patch 9.0.0536: CI: codecov action update available Commit: https://github.com/vim/vim/commit/6a434e93a9a4fe9dbe5fee78f1ad4dac449a5ed6 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Sep 21 19:41:54 2022 +0100 patch 9.0.0536: CI: codecov action update available Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes https://github.com/vim/vim/issues/11188)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 20:45:03 +0200
parents 034f0e27f178
children 7895185398c4
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
@@ -250,7 +250,7 @@ jobs:
 
       - name: Codecov
         if: matrix.coverage
-        uses: codecov/codecov-action@v3.1.0
+        uses: codecov/codecov-action@v3.1.1
         with:
           flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
 
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    536,
+/**/
     535,
 /**/
     534,