We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60627e commit f0cea09Copy full SHA for f0cea09
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run tests - ${{ matrix.name }}
39
run: xcodebuild test -scheme "flex-ui" -destination "${{ matrix.destination }}" -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" clean || exit 1
40
- name: Upload test results
41
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
42
with:
43
name: ${{ matrix.name }}
44
path: test_output
0 commit comments