From 45accc4b9700e4878813a204ba19799ccefed8b5 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 4 Feb 2025 22:12:59 +0100 Subject: [PATCH] revert "using upload-artifact v3 instead of v4" this reverts commit f903d265d97ef3269dd2632f00fb6a456ae05040 github made v3 deprecated, so yeahhhh, uhmmm... basically... --- .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 3c98e9e..cfb67d9 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@v3 + uses: actions/upload-artifact@v4 with: name: WHY2 Chat Client path: ${{ matrix.client }} - name: Upload Server - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: WHY2 Chat Server path: ${{ matrix.server }} \ No newline at end of file