diff --git a/.github/workflows/website-preview-cd.yml b/.github/workflows/website-preview-cd.yml index 8742b39e..2f9132d2 100644 --- a/.github/workflows/website-preview-cd.yml +++ b/.github/workflows/website-preview-cd.yml @@ -37,7 +37,7 @@ jobs: }) - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: website-preview github-token: ${{ secrets.GITHUB_TOKEN }}