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 d7940b7 + bf456a8 commit 43ed262Copy full SHA for 43ed262
.github/workflows/ios.yml
@@ -136,7 +136,7 @@ jobs:
136
env:
137
DETOX_RECORD_VIDEOS: "${{ contains(github.event.pull_request.labels.*.name, 'pr: record-videos') && 'all' || 'none' }}"
138
if: steps.compare.outputs.equals != 'true' && matrix.skip-e2e != 'true'
139
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
140
if: steps.compare.outputs.equals != 'true' && always()
141
with:
142
name: expo-app-${{ matrix.sample }}
0 commit comments