# HG changeset patch # User Bram Moolenaar # Date 1650142803 -7200 # Node ID 9563ae315e883d5d9fecddcdac2a95c4dd4bf549 # Parent b704991bcc2264b715d4b6fe78222d40bf0d757c patch 8.2.4768: CI: codecov upload sometimes does not work Commit: https://github.com/vim/vim/commit/34ffa102806da6b7562a010a2dca08448d3cc465 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Apr 16 21:46:38 2022 +0100 patch 8.2.4768: CI: codecov upload sometimes does not work Problem: CI: codecov upload sometimes does not work. Solution: Use action v3 instead of v2. (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@v2 + uses: codecov/codecov-action@v3 with: flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }} 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 */ /**/ + 4768, +/**/ 4767, /**/ 4766,