From c9b22db3b8e3264d5139cbb0b7249cba5424d838 Mon Sep 17 00:00:00 2001 From: mathias Date: Mon, 29 Jun 2026 18:43:12 +0000 Subject: [PATCH] =?UTF-8?q?fix(ci):=20pin=20upload-artifact=20to=20@v3=20?= =?UTF-8?q?=E2=80=94=20v4=20artifact=20protocol=20unsupported=20on=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gitea's act_runner does not implement the @actions/artifact v2.0.0+ backend, so upload-artifact@v4 fails the job with GHESNotSupportedError even when the loop succeeds. v3 is the newest tag the Gitea runner supports. --- .gitea/workflows/autoresearch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autoresearch.yml b/.gitea/workflows/autoresearch.yml index 94379a2..bbab44d 100644 --- a/.gitea/workflows/autoresearch.yml +++ b/.gitea/workflows/autoresearch.yml @@ -63,7 +63,7 @@ jobs: - name: Upload run artifacts if: always() - uses: https://gitea.com/actions/upload-artifact@v4 + uses: https://gitea.com/actions/upload-artifact@v3 with: name: run-${{ steps.vars.outputs.rq_id }}-${{ github.run_number }} path: |