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 455ffcf commit aed6e78Copy full SHA for aed6e78
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
run: msbuild build.build -t:All -p:Version=$env:BUILD_VERSION -p:WIX_PATH=$env:wix -p:NUnitConsoleRunnerPath=$env:GITHUB_WORKSPACE\packages\nunit.consolerunner\3.15.0\
56
57
- name: Upload a Build Artifact
58
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
59
with:
60
name: 'Test Result'
61
path: Build\_build\TestResult.html
0 commit comments