Skip to content

Commit

Permalink
[CI] Update actions to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT authored May 21, 2024
1 parent a09991f commit 4bf8491
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Setup premake
uses: abel0b/setup-premake@v2.3
uses: abel0b/setup-premake@v2.4
with:
version: ${{ env.PREMAKE_VERSION }}

- name: Premake
run: premake5 vs2022 --arch=x86

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Build OpenJPOG
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand All @@ -47,7 +47,7 @@ jobs:
run: .\bin\Final_Windows_x86\UnitTests\UnitTests.exe

- name: Publish Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Toshi Binaries
path: bin

0 comments on commit 4bf8491

Please sign in to comment.