1
0
forked from aniani/vim

patch 9.0.0570: CI for Windows is still using codecov action 3.1.0

Problem:    CI for Windows is still using codecov action 3.1.0.
Solution:   Use action 3.1.1. (closes #11212)
This commit is contained in:
Philip H
2022-09-24 13:00:53 +01:00
committed by Bram Moolenaar
parent 5939c35743
commit d3eafdd709
2 changed files with 3 additions and 1 deletions

View File

@@ -605,7 +605,7 @@ jobs:
- name: Codecov
if: matrix.coverage
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}

View File

@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
570,
/**/
569,
/**/