diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ee844f09..7a05db79 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Download full bundle - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: material-design path: build @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v2 - name: Download full bundle - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: material-design path: build