infra: update workflows (#70)

* Update workflows

* Clang format 18

* Fix apt package
This commit is contained in:
Isaac Marovitz 2024-09-25 09:04:18 -04:00 committed by GitHub
parent 4cf808facd
commit 6019477fcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 11 deletions

View file

@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
@ -42,7 +42,7 @@ jobs:
cmake --build build -j4
- name: Upload RPCSX
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rpcsx-bin
path: build/bin/*