From 8c7a9d6c05fb068ae662ada5852d7a1e25de9de2 Mon Sep 17 00:00:00 2001 From: JSC Date: Tue, 1 Jul 2025 17:14:24 +0200 Subject: [PATCH] fix: update build job dependencies and downgrade upload-artifact action version --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 0b33f84..97734de 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -43,7 +43,7 @@ jobs: build: runs-on: ubuntu-latest - needs: lint-and-test + needs: lint steps: - name: Checkout code @@ -69,7 +69,7 @@ jobs: run: bun run build - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: frontend-dist path: dist/