From b549c2ca549cfc82f316209a3da5ee1680e65a21 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Thu, 5 Sep 2024 19:13:11 -0400 Subject: [PATCH] Fix codecov CI https://github.com/codecov/codecov-action/issues/1549 --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8217082ed..d4b89caa9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -71,6 +71,7 @@ jobs: - name: Upload coverage report uses: codecov/codecov-action@v3 with: + version: v0.7.3 fail_ci_if_error: false verbose: true @@ -125,6 +126,7 @@ jobs: - name: Upload coverage report uses: codecov/codecov-action@v3 with: + version: v0.7.3 fail_ci_if_error: false verbose: true @@ -183,5 +185,6 @@ jobs: - name: Upload coverage report uses: codecov/codecov-action@v3 with: + version: v0.7.3 fail_ci_if_error: false verbose: true