From 14ec05f6c513d4d86e055ae36d17805c8d28c62a Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Fri, 23 Jan 2026 01:31:42 -0800 Subject: [PATCH] test upload artifiact action v2 skip the checksytle and phpstan scripts for now v2 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 243330f..49d3aef 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -128,7 +128,7 @@ jobs: - run: mkdir -p art - run: echo hello > art/world.txt - - uses: actions/upload-artifact@v4 + - uses: https://github.com/christopherHX/gitea-upload-artifact@v4 with: name: my-artifact path: art/world.txt