# HG changeset patch # User Bram Moolenaar # Date 1650800703 -7200 # Node ID 74d5c6fbdf5ad6f7e80414d7e61abada9c86366f # Parent 6ebad1100b5fe001a282b2b9d5fc7818e38836e5 patch 8.2.4816: still using older codecov app in some places of CI Commit: https://github.com/vim/vim/commit/490ac3fe98c737102c3f257bbe7c1797703116d9 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sun Apr 24 12:44:32 2022 +0100 patch 8.2.4816: still using older codecov app in some places of CI Problem: Still using older codecov app in some places of CI. Solution: Use v3.1.0. (closes https://github.com/vim/vim/issues/10209) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- 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 --- 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,