We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b826218 commit 9ff4586Copy full SHA for 9ff4586
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@v6
+ uses: actions/upload-artifact@v7
42
with:
43
name: ${{ matrix.name }}
44
path: test_output
0 commit comments