From 9c7ffbf2971507271cde6ec90ea554ac4c4487bc Mon Sep 17 00:00:00 2001 From: Claude Code Date: Mon, 7 Jul 2025 21:27:53 -0400 Subject: [PATCH] Fix CI artifact upload compatibility with GHES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Downgrade upload-artifact action from v4 to v3 for GHES compatibility - Resolves artifact upload error in coverage reports step 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .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 4e85c4e..6b27814 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: run: npm run test:coverage - name: Upload coverage reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: coverage-report path: coverage/