ci: Update GitHub actions

This commit is contained in:
joel16 2024-05-11 21:42:49 -04:00
parent 9f44d60c8c
commit 8b4f955a4d

View File

@ -17,7 +17,7 @@ jobs:
sudo apt-get -y install make git cmake python3 sudo apt-get -y install make git cmake python3
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
@ -37,7 +37,7 @@ jobs:
mkdir build && cd build && cmake .. mkdir build && cd build && cmake ..
make make
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: VITA-Homebrew-Sorter.vpk name: VITA-Homebrew-Sorter.vpk
path: build/VITA-Homebrew-Sorter.vpk path: build/VITA-Homebrew-Sorter.vpk