From 299bf81640f710bd6094780f9563810a1f93db90 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Sat, 28 Jun 2025 00:03:12 +0200 Subject: [PATCH] fix ghes error --- .gitea/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/static.yml b/.gitea/workflows/static.yml index f5547d8..89a70a6 100644 --- a/.gitea/workflows/static.yml +++ b/.gitea/workflows/static.yml @@ -19,7 +19,7 @@ jobs: - name: "Build app" run: "python3 build.py" - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: # Upload built files name: 'TeleSec-dist'