From 7fe38addd272c9abf83c88eaa68015101d6aba62 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Fri, 13 Dec 2024 22:06:02 -0500 Subject: [PATCH] Try upgrading codecov to see if that helps Signed-off-by: Matt Lord --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fc30974212b..59b82285eca 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -111,7 +111,7 @@ jobs: - name: Upload coverage reports to codecov.io if: steps.changes.outputs.changed_files == 'true' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a# https://github.com/codecov/codecov-action/releases/tag/v5.0.7 with: fail_ci_if_error: true verbose: true