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 c424ad7 commit 5caeab6Copy full SHA for 5caeab6
.github/workflows/Build.yml
@@ -103,7 +103,7 @@ jobs:
103
}
104
} @Parameters
105
- name: PublishTestResults
106
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@main
107
with:
108
name: PesterResults
109
path: '**.TestResults.xml'
Build/GitHub/Steps/PublishTestResults.psd1
@@ -1,6 +1,6 @@
1
@{
2
name = 'PublishTestResults'
3
- uses = 'actions/upload-artifact@v3'
+ uses = 'actions/upload-artifact@main'
4
with = @{
5
name = 'PesterResults'
6
path = '**.TestResults.xml'
0 commit comments