From 72b0af9d86cf553a6ee69e592d4d7fd5b7209596 Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Mon, 9 Sep 2024 09:57:59 -0400 Subject: [PATCH] revert to version 3 actions/download-artifact --- .github/workflows/blui-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index 7366d8f7..e833b45a 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -91,7 +91,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download build - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: build path: build @@ -116,7 +116,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download build - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: build path: build