revert "using upload-artifact v3 instead of v4"
Some checks failed
Codacy Scan / Codacy Security Scan (push) Successful in 32s
Build WHY2-chat / test-why2 (./out/why2-chat-client, ./configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 2m26s
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 2m42s
Test Project / test-project (./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./test) (push) Successful in 2m50s
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 2m59s
Some checks failed
Codacy Scan / Codacy Security Scan (push) Successful in 32s
Build WHY2-chat / test-why2 (./out/why2-chat-client, ./configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 2m26s
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 2m42s
Test Project / test-project (./configure.sh, gdb -ex "run" -ex "quit" --batch, ubuntu-latest, ./test) (push) Successful in 2m50s
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 2m59s
this reverts commit f903d265d97ef3269dd2632f00fb6a456ae05040 github made v3 deprecated, so yeahhhh, uhmmm... basically...
This commit is contained in:
parent
af1a1d8855
commit
45accc4b97
4
.github/workflows/why2-chat-build.yml
vendored
4
.github/workflows/why2-chat-build.yml
vendored
@ -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 }}
|
Loading…
x
Reference in New Issue
Block a user