We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf9aca9 + b864663 commit a9bb857Copy full SHA for a9bb857
.github/workflows/test.yml
@@ -76,7 +76,7 @@ jobs:
76
-resultBundlePath 'test_output/TestResult.xcresult' \
77
clean test | xcpretty
78
- name: Upload test result
79
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
80
if: ${{ matrix.xcode == needs.extract-matrix.outputs.latest && (success() || failure()) }}
81
with:
82
name: ${{ steps.create-destination-key.outputs.destination-key }}
0 commit comments