From 497b98e946448c9ac9255fa7a27e9d86992d7fb4 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri <1247834+brunobar79@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:09:33 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20actions/download-artifact=20fr?= =?UTF-8?q?om=203=20to=204.1.7=20in=20/.github/workflows=20=E2=80=A6"=20(#?= =?UTF-8?q?6095)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 431459aeefb78b91343a69a19aace53b853dee4b. --- .github/workflows/macstadium-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macstadium-tests.yml b/.github/workflows/macstadium-tests.yml index 4794c7ce3ea..b06e42ae654 100644 --- a/.github/workflows/macstadium-tests.yml +++ b/.github/workflows/macstadium-tests.yml @@ -62,7 +62,7 @@ jobs: needs: install-deps steps: - name: Download Yarn cache - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: yarn-cache path: .yarn @@ -86,7 +86,7 @@ jobs: needs: install-deps steps: - name: Download Yarn cache - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v3 with: name: yarn-cache path: .yarn