mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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 #10209)
This commit is contained in:
parent
c360b2566c
commit
34ffa10280
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4768,
|
||||
/**/
|
||||
4767,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user