From d67a79b3cbc2aa7b9e2bafe7704b7433569f38b2 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Mon, 23 Sep 2024 15:04:33 -0600 Subject: [PATCH] Revert exitstatus changes for test OS yml files --- .github/workflows/test-linux.yml | 4 +--- .github/workflows/test-macos.yml | 4 +--- .github/workflows/test-windows.yml | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 376552f9a..6b0c7a3e0 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -82,6 +82,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: exitstatus - path: exitstatus/* - retention-days: 7 - if-no-files-found: error + path: exitstatus diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index a61a922bb..ba5dbb74a 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -89,6 +89,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: exitstatus - path: exitstatus/* - retention-days: 7 - if-no-files-found: error + path: exitstatus diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 5489cc244..0d0b5b9c1 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -118,6 +118,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: exitstatus - path: exitstatus/* - retention-days: 7 - if-no-files-found: error + path: exitstatus