From bd59c76c1aab9295fd6736c05a721e46bdda98fb Mon Sep 17 00:00:00 2001 From: Thibaud Date: Fri, 27 Mar 2026 17:05:18 +0100 Subject: [PATCH] fix(ci): use gitea-upload-artifact instead of actions/upload-artifact actions/upload-artifact@v4 refuses to run on Gitea (detected as GHES). Use the Gitea-compatible fork from gitea.com/actions/gitea-upload-artifact. --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e7fd382..6416de5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Upload coverage report if: always() - uses: actions/upload-artifact@v4 + uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: jacoco-report path: target/site/jacoco/