From f903d265d97ef3269dd2632f00fb6a456ae05040 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Jan 2025 18:49:20 +0100 Subject: [PATCH] using upload-artifact v3 instead of v4 trying to make gitea artifacts work is pain in ass --- .github/workflows/why2-chat-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/why2-chat-build.yml b/.github/workflows/why2-chat-build.yml index cfb67d9..3c98e9e 100644 --- a/.github/workflows/why2-chat-build.yml +++ b/.github/workflows/why2-chat-build.yml @@ -64,13 +64,13 @@ jobs: run: make build_chat - name: Upload Client - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: WHY2 Chat Client path: ${{ matrix.client }} - name: Upload Server - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: WHY2 Chat Server path: ${{ matrix.server }} \ No newline at end of file