summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-04-24 12:44:32 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-24 12:44:32 +0100
commit490ac3fe98c737102c3f257bbe7c1797703116d9 (patch)
tree9f23ffee7ff42c3770732a8bda3489fccdf29e16
parentd42b83942e6741de2bb630ee17a2e9fcc03d6b43 (diff)
patch 8.2.4816: still using older codecov app in some places of CIv8.2.4816
Problem: Still using older codecov app in some places of CI. Solution: Use v3.1.0. (closes #10209)
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bdeb918a53..cc2816c392 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 }}
diff --git a/src/version.c b/src/version.c
index 3dc22d0c60..57f2e8d694 100644
--- 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 */
/**/
+ 4816,
+/**/
4815,
/**/
4814,