From 75c29bb31ab76bd8496ec520ab2a78ab98f4a97d Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 18 Apr 2026 22:58:59 -0400 Subject: [PATCH] ci: pin upload-artifact to v3 for Gitea compatibility Gitea's act_runner rejects @actions/artifact v2 (the engine behind upload-artifact@v4). v3 is the last GHES-compatible major and still supports the path: glob + retention-days we need. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index adda700..f16abe1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: go tool cover -html=coverage.out -o coverage.html - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 if: always() with: name: coverage