# HG changeset patch # User Bram Moolenaar # Date 1663785903 -7200 # Node ID f5e135e75b4ae7ca99755f7f61a4a8bdedb669a3 # Parent 034f0e27f178d83edd293991b4be7ec73688612a 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) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- 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 }} diff --git a/src/version.c b/src/version.c --- 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,