using upload-artifact v3 instead of v4
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m25s
Build WHY2-chat / test-why2 (./out/why2-chat-client, ./configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Successful in 2m56s
Test Project / test-project (./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./test) (push) Successful in 2m54s
Test WHY2-core / test-why2 (why2, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 3m31s
Test WHY2-logger / test-why2 (why2-logger, ./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Successful in 3m43s

trying to make gitea artifacts work is pain in ass
This commit is contained in:
Václav Šmejkal 2025-01-09 18:49:20 +01:00
parent 7fc146f745
commit f903d265d9
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

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