summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-09-21 19:41:54 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-21 19:41:54 +0100
commit6a434e93a9a4fe9dbe5fee78f1ad4dac449a5ed6 (patch)
tree23e8699169eed4d549920487847ecc0987e18da9 /.github
parente8e369a796e110760d033e937b40c84e0c5e8b36 (diff)
downloadvim-git-6a434e93a9a4fe9dbe5fee78f1ad4dac449a5ed6.tar.gz
patch 9.0.0536: CI: codecov action update availablev9.0.0536
Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 849437979..7716cb493 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -250,7 +250,7 @@ jobs:
- name: Codecov
if: matrix.coverage
- uses: codecov/codecov-action@v3.1.0
+ uses: codecov/codecov-action@v3.1.1
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}