From f268ccb69e8fb6f1fff1b2ceff0d76a98b97f6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Fri, 22 Mar 2024 12:08:58 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Actualizar=20versiones=20d?= =?UTF-8?q?espliegue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/despliegue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/despliegue.yml b/.github/workflows/despliegue.yml index ab45ceb..9c3bd43 100644 --- a/.github/workflows/despliegue.yml +++ b/.github/workflows/despliegue.yml @@ -36,9 +36,9 @@ jobs: - name: 🐝 Configurar página de GitHub uses: actions/configure-pages@v3 - name: 🦅 Enviar archivos - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: './publico' - name: 🐘 Desplegar a Github Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4