Skip to content

Commit

Permalink
build_win.yml: Update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonAfek committed Jul 11, 2024
1 parent b503a45 commit 4dd29db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: windows-2022

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64

Expand All @@ -23,7 +23,7 @@ jobs:
cmd /c desmume\src\frontend\windows\ci_postbuild.bat
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: desmume-win-x64
path: desmume/src/frontend/windows/__bins/*.exe
Expand Down

0 comments on commit 4dd29db

Please sign in to comment.