Skip to content

Commit

Permalink
github: update action versions
Browse files Browse the repository at this point in the history
Fixes deprecation warnings.
  • Loading branch information
dlech committed May 5, 2024
1 parent 25cc39e commit 0f464cd
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 @@ -8,7 +8,7 @@ jobs:
runs-on: windows-2022

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

Expand All @@ -18,12 +18,12 @@ jobs:
nuget restore
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.1
uses: microsoft/setup-msbuild@v2

- name: Build DLL
run: msbuild /property:Configuration=ReleaseDll /t:build KeeAgent.sln

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: KeeAgent.dll
path: KeeAgent/bin/ReleaseDll/KeeAgent.dll
Expand All @@ -34,7 +34,7 @@ jobs:
- name: List PLGX
run: ~\.nuget\packages\plgxtool\1.0.3\tools\PlgxTool.exe -l .\KeeAgent\bin\ReleasePlgx\KeeAgent.plgx

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: KeeAgent.plgx
path: KeeAgent/bin/ReleasePlgx/KeeAgent.plgx

0 comments on commit 0f464cd

Please sign in to comment.