There was an error while loading. Please reload this page.
1 parent f419b5b commit e9766caCopy full SHA for e9766ca
1 file changed
.github/workflows/test.yml
@@ -91,10 +91,10 @@ jobs:
91
92
- name: Upload test results
93
if: always()
94
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
95
with:
96
name: test-results-${{ matrix.compiler_id }}
97
- path: test-results-*.xml
+ path: build/${{ matrix.preset }}/test-results-*.xml
98
retention-days: 30
99
100
# -----------------------------------------------------------------------
0 commit comments