Skip to content

Commit 70a4504

Browse files
author
James Brundage
committed
fix: PublishTestResults workflow step version bump ( Fixes #97 )
Switching to @main instead of a pinned version
1 parent 6ace3f1 commit 70a4504

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/BuildWebSocket.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
}
104104
} @Parameters
105105
- name: PublishTestResults
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@main
107107
with:
108108
name: PesterResults
109109
path: '**.TestResults.xml'
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@{
2+
name = 'PublishTestResults'
3+
uses = 'actions/upload-artifact@main'
4+
with = @{
5+
name = 'PesterResults'
6+
path = '**.TestResults.xml'
7+
}
8+
if = '${{always()}}'
9+
}
10+

0 commit comments

Comments
 (0)