fix(ci): Downgrade upload-artifact v3 pour compatibilité Forgejo

upload-artifact@v4 n'est pas supporté sur Forgejo/GHES. Downgrade vers v3 pour assurer que uploads artifacts fonctionnent correctement.
This commit is contained in:
Tellsanguis 2025-11-13 19:30:40 +01:00
parent 2f10b93b9c
commit 1cdc40f96e

View file

@ -56,7 +56,7 @@ jobs:
- name: Upload Terraform Plan
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: tfplans
path: terraform/pve*/tfplan-*