summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2022-12-17 15:47:45 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-17 15:47:45 +0000
commitb5328b46a79d1383fb1d7d193e7271efcf2f996a (patch)
tree708a47b085352eb35963d38ddb15e2f4d68bbad2 /.github
parentb26461715be41653e5982e72c794294702ecded9 (diff)
downloadvim-git-b5328b46a79d1383fb1d7d193e7271efcf2f996a.tar.gz
patch 9.0.1071: Codecov action version is too specificv9.0.1071
Problem: Codecov action version is too specific. Solution: Only use "v3" to automatically use the latest stable version. (closes #11720)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6e7690e9b..ae4caf068 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -254,7 +254,7 @@ jobs:
- name: Codecov
if: matrix.coverage
- uses: codecov/codecov-action@v3.1.1
+ uses: codecov/codecov-action@v3
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
@@ -613,7 +613,7 @@ jobs:
- name: Codecov
if: matrix.coverage
- uses: codecov/codecov-action@v3.1.1
+ uses: codecov/codecov-action@v3
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}