revert "using upload-artifact v3 instead of v4"

this reverts commit f903d265d97ef3269dd2632f00fb6a456ae05040

github made v3 deprecated, so yeahhhh, uhmmm... basically...
This commit is contained in:
Václav Šmejkal 2025-02-04 22:12:59 +01:00
parent af1a1d8855
commit 45accc4b97
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

@ -64,13 +64,13 @@ jobs:
run: make build_chat run: make build_chat
- name: Upload Client - name: Upload Client
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: WHY2 Chat Client name: WHY2 Chat Client
path: ${{ matrix.client }} path: ${{ matrix.client }}
- name: Upload Server - name: Upload Server
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: WHY2 Chat Server name: WHY2 Chat Server
path: ${{ matrix.server }} path: ${{ matrix.server }}