From f2b99c631cefb04f177d985b35f1c21b1c2f0d6a Mon Sep 17 00:00:00 2001 From: Dillon George Date: Wed, 18 Feb 2026 09:46:38 -0800 Subject: [PATCH] Revert actions/checkout from 6 to 4 --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f7fb3143..5dbd720d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v4 - name: Install stable toolchain uses: actions-rs/toolchain@v1 @@ -42,4 +42,4 @@ jobs: - name: Upload to codecov.io uses: codecov/codecov-action@v5 with: - files: coverage/*.lcov \ No newline at end of file + files: coverage/*.lcov