To: vim_dev@googlegroups.com Subject: Patch 8.2.4768 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///