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