Skip to content

Commit

Permalink
Update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Feb 2, 2024
1 parent effba37 commit 4830920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
runs-on: windows-latest

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

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

- name: Build Win32
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand All @@ -53,7 +53,7 @@ jobs:
run: msbuild /m /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform="x64" ${{ env.SOLUTION_FILE_PATH }}

- name: Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: WinSpy
path: "bin\\*\\Release"

0 comments on commit 4830920

Please sign in to comment.