From 69a5a7c79c1cb29186051b9674b3bd4b4cd78b95 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 15 Jul 2024 10:19:06 -0600 Subject: [PATCH] Reverting to download-artifact v3, to debug exit pipeline failure --- .github/workflows/ci.yml | 2 +- .github/workflows/templates/ci-tail.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b4a2f72f..def94a387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -525,7 +525,7 @@ jobs: - name: Download Exit Status Files if: always() - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: exitstatus path: exitstatus diff --git a/.github/workflows/templates/ci-tail.yml b/.github/workflows/templates/ci-tail.yml index da692ed87..e811d7fb7 100644 --- a/.github/workflows/templates/ci-tail.yml +++ b/.github/workflows/templates/ci-tail.yml @@ -11,7 +11,7 @@ - name: Download Exit Status Files if: always() - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: exitstatus path: exitstatus