Patch 8.2.4768
Problem: CI: codecov upload sometimes does not work.
Solution: Use action v3 instead of v2. (closes #10209)
Files: .github/workflows/ci.yml
*** ../vim-8.2.4767/.github/workflows/ci.yml 2022-04-16 20:04:26.174152095
+0100
--- .github/workflows/ci.yml 2022-04-16 21:44:51.168793945 +0100
***************
*** 254,260 ****
- name: Codecov
if: matrix.coverage
! uses: codecov/codecov-action@v2
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{
matrix.extra }}
--- 254,260 ----
- name: Codecov
if: matrix.coverage
! uses: codecov/codecov-action@v3
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{
matrix.extra }}
*** ../vim-8.2.4767/src/version.c 2022-04-16 21:33:50.515066896 +0100
--- src/version.c 2022-04-16 21:46:17.384582761 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4768,
/**/
--
hundred-and-one symptoms of being an internet addict:
1. You actually wore a blue ribbon to protest the Communications Decency Act.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220416204707.E0D0F1C05DA%40moolenaar.net.