We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 182724d commit b43bbfeCopy full SHA for b43bbfe
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v6
33
- name: ${{ matrix.name }}
34
run: xcodebuild test -scheme "Snacker" -destination "${{ matrix.destination }}" clean -enableCodeCoverage YES -resultBundlePath "test_output/${{ matrix.name }}.xcresult" || exit 1
35
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
36
with:
37
name: ${{ matrix.name }}
38
path: test_output
0 commit comments