diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index a17f5652..9db652b6 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -20,7 +20,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' steps: - name: Download preview-build artifact - uses: dawidd6/action-download-artifact@v6 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} name: preview-build