Skip to content

Commit

Permalink
Use actions/upload-artifact@v4 in .github/workflows/ios-tests.yml sin…
Browse files Browse the repository at this point in the history
…ce v2 is deprecated
  • Loading branch information
RDMurray committed Sep 12, 2024
1 parent 6a6012e commit 83de694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build
run: xcodebuild build-for-testing -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 15' CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO |tee xcodebuild.log | xcpretty
- name: uploadlog
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: xcodebuild-log
path: xcodebuild.log
Expand Down

0 comments on commit 83de694

Please sign in to comment.