diff --git a/.github/workflows/build-and-deploy-website.yml b/.github/workflows/build-and-deploy-website.yml index 21d0b5e3d4..a0f57e2f6a 100644 --- a/.github/workflows/build-and-deploy-website.yml +++ b/.github/workflows/build-and-deploy-website.yml @@ -60,7 +60,7 @@ jobs: shopt -s extglob rm -rdfv !("CNAME"|"robots.txt"|"_config.yml") - name: Download new build from artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Bundle - name: Replace bundle with new build