Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed May 10, 2024
1 parent 9fa4dd0 commit 7b64e45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

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

- name: Checkout PKHeX.Core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: kwsch/PKHeX
ref: master
Expand Down Expand Up @@ -70,13 +70,13 @@ jobs:
run: msbuild $env:Solution_Name /property:Configuration=Release

- name: Upload Launcher artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TeraFinder.Launcher
path: TeraFinder.Launcher/bin

- name: Upload Plugins artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TeraFinder.Plugins
path: |
Expand Down

0 comments on commit 7b64e45

Please sign in to comment.