diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 42b0ba7af..14b910051 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: build-artifact path: website/build @@ -82,7 +82,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@v7.0.0 with: name: build-artifact path: website/build