Skip to content

Commit

Permalink
use latest upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankueng committed Jan 30, 2025
1 parent f4d2625 commit 56bb7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=x64 ${{env.SOLUTION_FILE_PATH}}
- name: Upload artifacts for x64
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: BowPad-x64
path: bin/Release64/bin/BowPad.exe
Expand Down

0 comments on commit 56bb7a6

Please sign in to comment.