Patch 9.0.0570
Problem: CI for Windows is still using codecov action 3.1.0.
Solution: Use action 3.1.1. (closes #11212)
Files: .github/workflows/ci.yml
*** ../vim-9.0.0569/.github/workflows/ci.yml 2022-09-21 19:41:52.172533866
+0100
--- .github/workflows/ci.yml 2022-09-24 12:59:01.711357719 +0100
***************
*** 605,611 ****
- name: Codecov
if: matrix.coverage
! uses: codecov/[email protected]
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}
--- 605,611 ----
- name: Codecov
if: matrix.coverage
! uses: codecov/[email protected]
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}
*** ../vim-9.0.0569/src/version.c 2022-09-24 12:50:40.602168025 +0100
--- src/version.c 2022-09-24 13:00:25.462813587 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 570,
/**/
--
hundred-and-one symptoms of being an internet addict:
160. You get in the elevator and double-click the button for the floor
you want.
/// 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/20220924120120.A7AF91C0728%40moolenaar.net.