diff --git a/.github/workflows/macstadium-tests.yml b/.github/workflows/macstadium-tests.yml index b06e42ae654..4794c7ce3ea 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@v3 + uses: actions/download-artifact@v4.1.7 with: name: yarn-cache path: .yarn @@ -86,7 +86,7 @@ jobs: needs: install-deps steps: - name: Download Yarn cache - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: yarn-cache path: .yarn