Update .gitea/workflows/main.yml

This commit is contained in:
2026-03-23 22:18:56 +00:00
parent 28afe50fdf
commit cd1fca9a97

View File

@@ -34,11 +34,10 @@ jobs:
steps:
- name: 📥 Baixar artefatos
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3 # Alterado para v3 para compatibilidade com o Gitea
with:
name: ${{ inputs.artifact-name }}
path: ./builds
run-id: ${{ inputs.build-run-id }}
- name: 🚀 Deploy para ${{ matrix.node_name }} (${{ matrix.host }})
shell: bash