We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db50c1b commit 132bc4fCopy full SHA for 132bc4f
1 file changed
.github/workflows/msbuild.yml
@@ -18,17 +18,17 @@ jobs:
18
runs-on: windows-latest
19
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
23
- name: Add MSBuild to PATH
24
- uses: microsoft/setup-msbuild@v1.1
+ uses: microsoft/setup-msbuild@v2
25
26
- name: Build
27
working-directory: ${{env.GITHUB_WORKSPACE}}
28
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
29
30
- name: Upload artifact
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: Built executable
34
path: DPEdit\x64\Release\DPEdit.exe
0 commit comments