From 6a434e93a9a4fe9dbe5fee78f1ad4dac449a5ed6 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 21 Sep 2022 19:41:54 +0100 Subject: patch 9.0.0536: CI: codecov action update available Problem: CI: codecov action update available. Solution: Update Codecov 3.1.0 to 3.3.1. (closes #11188) --- .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 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 }} -- cgit v1.2.1