From 00132718dd704d401e9e041285cf1b0199897e51 Mon Sep 17 00:00:00 2001 From: Corey Date: Tue, 24 Dec 2024 20:59:34 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc37aaa8..d062d4759 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Prepare codecov - uses: sersoft-gmbh/swift-coverage-action@v5 + uses: sersoft-gmbh/swift-coverage-action@v4 id: coverage-files with: format: lcov @@ -84,7 +84,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Prepare codecov - uses: sersoft-gmbh/swift-coverage-action@v5 + uses: sersoft-gmbh/swift-coverage-action@v4 id: coverage-files with: format: lcov