From a9a18f2181dd8b314d458c76869da6e17f2587d5 Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 12 Sep 2024 10:42:32 -0700 Subject: [PATCH] Update e2e.yml update actions/upload-articfact to v4, restored actions/checkout to v2. Chasing around and around, seeking sanity. --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a501733e15..653a59785b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -40,7 +40,7 @@ jobs: shard: [1, 2, 3, 4, 5, 6, 7, 8] fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 with: lfs: true - uses: actions/cache@v2 @@ -66,7 +66,7 @@ jobs: env: CI: true - name: Push test report to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: Test Results