From 9ef40698b0c95a72a70e76aaeb82788ebbf1b14f Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 15 Jul 2024 11:31:07 -0600 Subject: [PATCH] Debugging pipeline exit failure --- .github/workflows/ci.yml | 4 ++-- .github/workflows/templates/ci-tail.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index def94a3..51160a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -525,14 +525,14 @@ jobs: - name: Download Exit Status Files if: always() - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: exitstatus path: exitstatus - name: Delete Exit Status Artifacts if: always() - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v3 with: name: exitstatus failOnError: false diff --git a/.github/workflows/templates/ci-tail.yml b/.github/workflows/templates/ci-tail.yml index e811d7f..ff676ce 100644 --- a/.github/workflows/templates/ci-tail.yml +++ b/.github/workflows/templates/ci-tail.yml @@ -11,14 +11,14 @@ - name: Download Exit Status Files if: always() - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: exitstatus path: exitstatus - name: Delete Exit Status Artifacts if: always() - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v3 with: name: exitstatus failOnError: false