We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20bfe6 commit 182724dCopy full SHA for 182724d
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
xcode: "Xcode_16.1"
30
runsOn: macOS-14
31
steps:
32
- - uses: actions/checkout@v4
+ - 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
0 commit comments