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:
parent
2f10b93b9c
commit
1cdc40f96e
1 changed files with 1 additions and 1 deletions
|
|
@ -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-*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue