mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-23 03:19:42 +00:00
ci: Update GitHub actions
This commit is contained in:
parent
9f44d60c8c
commit
8b4f955a4d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
sudo apt-get -y install make git cmake python3
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
mkdir build && cd build && cmake ..
|
||||
make
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: VITA-Homebrew-Sorter.vpk
|
||||
path: build/VITA-Homebrew-Sorter.vpk
|
||||
|
Loading…
Reference in New Issue
Block a user