From 7e4cbdfd420eaa170e69918ae103e459b9f6ec19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Portas=20L=C3=B3pez?= <81629707+TeenBiscuits@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:27:19 +0100 Subject: [PATCH] Actualizar deploy.yml --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6ed91f..128e3ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,8 +39,8 @@ jobs: artifacts/report.json retention-days: 7 - - name: Upload algolia-indexes - uses: actions/upload-artifact@v4 + - name: Subir algolia-indexes + uses: actions/upload-artifact@v3 with: name: algolia-indexes path: artifacts/${{ env.ALGOLIA_ARTIFACT }} @@ -62,7 +62,7 @@ jobs: steps: - name: Descargar artefacto - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: algolia-indexes - name: Unzip artefacto