From 5e781f1800cdecaacef1d85b13223ef2de2a54d2 Mon Sep 17 00:00:00 2001 From: Austin Godber Date: Wed, 13 Aug 2025 21:00:19 -0700 Subject: [PATCH] fix build artifact upload --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index ea3701e..54db74c 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -98,7 +98,7 @@ jobs: uv run python -c "from src.embeddingbuddy.app import create_app; app = create_app(); print('✅ Package builds and imports successfully')" - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: dist-files path: dist/ \ No newline at end of file