From 57cc47e603af04ac124453dd48f90f0037a2f920 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sun, 22 Mar 2026 16:40:37 -0600 Subject: [PATCH] try and use the fork to get around ghes issues --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b0ba842..9506e7f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: Run Unit Tests run: task test - name: Upload Built Binary - uses: actions/upload-artifact@v6 + uses: christopherHX/gitea-upload-artifact@v4 with: name: formaty path: target/debug/formaty