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 cfc824e commit ae9d462Copy full SHA for ae9d462
.github/workflows/test/action.yml
@@ -40,7 +40,7 @@ runs:
40
if: always()
41
uses: actions/upload-artifact@v4
42
with:
43
- name: testResults
+ name: testResults-${{ runner.os }}
44
path: results
45
46
- name: Publish Code Coverage
.github/workflows/testresults/action.yml
@@ -7,7 +7,8 @@ runs:
7
- name: Download Test Results
8
uses: actions/download-artifact@v4
9
10
+ pattern: testResults-*
11
+ merge-multiple: true
12
13
14
- name: Publish Test Results
0 commit comments