From 76f9f5bbd5121821097e96c4693e26d1f2f2c12b Mon Sep 17 00:00:00 2001 From: scott Date: Thu, 16 Apr 2026 18:03:38 -0400 Subject: [PATCH] =?UTF-8?q?Use=20upload-artifact@v3=20=E2=80=94=20v4=20not?= =?UTF-8?q?=20supported=20on=20self-hosted=20Gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c2a2084..5ece359 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,7 +26,7 @@ jobs: run: pyinstaller es24n_conf.spec - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: es24n_conf-windows path: dist/es24n_conf.exe