Skip to content

Commit 699a582

Browse files
authored
Update run-unit-tests.yml
1 parent b369604 commit 699a582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
Write-Host "::debug:: RunPester $(@(foreach ($p in $Parameters.GetEnumerator()) {'-' + $p.Key + ' ' + $p.Value}) -join ' ')"
3939
& './arm-ttk/GitHubWorkflow/Steps/RunPester.ps1' @Parameters
4040
- name: PublishTestResults
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: PesterResults
4444
path: '**.TestResults.xml'

0 commit comments

Comments
 (0)