We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b369604 commit 699a582Copy full SHA for 699a582
.github/workflows/run-unit-tests.yml
@@ -38,7 +38,7 @@ jobs:
38
Write-Host "::debug:: RunPester $(@(foreach ($p in $Parameters.GetEnumerator()) {'-' + $p.Key + ' ' + $p.Value}) -join ' ')"
39
& './arm-ttk/GitHubWorkflow/Steps/RunPester.ps1' @Parameters
40
- name: PublishTestResults
41
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
42
with:
43
name: PesterResults
44
path: '**.TestResults.xml'
0 commit comments