From 31999624dbaf34612ffe97b3c985ec8c0494021d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 18 Dec 2023 16:20:08 -0400 Subject: [PATCH] Revert "Bump actions/download-artifact from 3 to 4 (#975)" (#981) This reverts commit 44b6018e02f174755dd1c0048dd081e7dc0c22b5. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41444c40e21..eb4ed40536d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: cache: yarn - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: path: './artifacts'