From 34ffa102806da6b7562a010a2dca08448d3cc465 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 16 Apr 2022 21:46:38 +0100 Subject: patch 8.2.4768: CI: codecov upload sometimes does not work Problem: CI: codecov upload sometimes does not work. Solution: Use action v3 instead of v2. (closes #10209) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bb5e29fc0..bdeb918a53 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@v2 + uses: codecov/codecov-action@v3 with: flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }} -- cgit v1.2.3