Skip to content

Commit

Permalink
ci: Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 authored Nov 14, 2024
1 parent d3f6068 commit c6f81c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
run: |
sudo apt-get update -y && sudo apt-get install -y flex bison clang lld llvm
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Compile
run: |
eval $(src/libs/nxdk/bin/activate -s)
make -f Makefile.nxdk -j$(nproc)
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dash_xbox
path: |
Expand All @@ -55,7 +55,7 @@ jobs:
pacman -S mingw-w64-x86_64-SDL2 --noconfirm
pacman -S mingw-w64-x86_64-libjpeg-turbo --noconfirm
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Compile
Expand All @@ -64,7 +64,7 @@ jobs:
cmake .. -G "MinGW Makefiles"
cmake --build .
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dash_windows
path: |
Expand Down

0 comments on commit c6f81c3

Please sign in to comment.