Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Actualizar deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits authored Jan 30, 2024
1 parent d92bd14 commit 7e4cbdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 7e4cbdf

Please sign in to comment.