From 1f1929704c292b9bf401629365f00dddfab48bfb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 20 Nov 2024 10:29:31 -0600 Subject: [PATCH] Revert "Temporarily downgrade codecov-action to 5.0.3 to fix CI (#1425)" This reverts commit 57d69fed0fc36db28d3590c7732db3f026e5c501. --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e4b0bd0e2..f407387e1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -345,7 +345,7 @@ jobs: - name: Send coverage data to Codecov if: >- !cancelled() - uses: codecov/codecov-action@v5.0.3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml