From 22f2d9c8b65e08d480274d0a1792065cd9f67f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Fri, 12 Sep 2025 09:19:45 +0200 Subject: [PATCH] gitea build --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6b5f85e..f19efb1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -42,7 +42,7 @@ jobs: run: ng build --configuration=production - name: Upload artifact (frontend) - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 with: name: frontend path: | @@ -88,7 +88,7 @@ jobs: --filter "Category!=LocalOnly" - name: Publish Test Results - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 if: success() || failure() with: name: test-results @@ -117,7 +117,7 @@ jobs: rm -f client_secrets.Development.json || true - name: Upload artifact (webapi) - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 with: name: webapi path: build/webapi