Skip to content

Commit 43ed262

Browse files
authored
Merge pull request #2419 from jhipster/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents d7940b7 + bf456a8 commit 43ed262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
DETOX_RECORD_VIDEOS: "${{ contains(github.event.pull_request.labels.*.name, 'pr: record-videos') && 'all' || 'none' }}"
138138
if: steps.compare.outputs.equals != 'true' && matrix.skip-e2e != 'true'
139-
- uses: actions/upload-artifact@v4
139+
- uses: actions/upload-artifact@v5
140140
if: steps.compare.outputs.equals != 'true' && always()
141141
with:
142142
name: expo-app-${{ matrix.sample }}

0 commit comments

Comments
 (0)