We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ff5ac4 + 6330630 commit 471c79eCopy full SHA for 471c79e
.github/workflows/msbuild.yml
@@ -24,7 +24,7 @@ jobs:
24
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} "${{env.SOLUTION_FILE_PATH}}"
25
26
- name: Upload `wintoast.exe`
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: wintoast
30
path: example/console-example/x64/${{env.BUILD_CONFIGURATION}}
0 commit comments