From 1cdc40f96e9ae3817b8d1219092ccd88d94ebb46 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Thu, 13 Nov 2025 19:30:40 +0100 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Downgrade=20upload-artifact=20v3=20p?= =?UTF-8?q?our=20compatibilit=C3=A9=20Forgejo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit upload-artifact@v4 n'est pas supporté sur Forgejo/GHES. Downgrade vers v3 pour assurer que uploads artifacts fonctionnent correctement. --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6fdf512..81492c6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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-*