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.
2 parents bb80c4e + 7e35216 commit 3b66a3cCopy full SHA for 3b66a3c
.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@v4
+ uses: actions/upload-artifact@v5
28
with:
29
name: wintoast
30
path: example/console-example/x64/${{env.BUILD_CONFIGURATION}}
0 commit comments