Skip to content

Commit e9766ca

Browse files
committed
path
1 parent f419b5b commit e9766ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191

9292
- name: Upload test results
9393
if: always()
94-
uses: actions/upload-artifact@v5
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: test-results-${{ matrix.compiler_id }}
97-
path: test-results-*.xml
97+
path: build/${{ matrix.preset }}/test-results-*.xml
9898
retention-days: 30
9999

100100
# -----------------------------------------------------------------------

0 commit comments

Comments
 (0)