Skip to content

Commit

Permalink
ci: use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Sep 13, 2024
1 parent 267bba2 commit fb73dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ruby-version: 3.2.1
bundler-cache: true
- run: bundle exec fastlane ios beta
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: appstore ipa & dsym
path: |
Expand Down

0 comments on commit fb73dc3

Please sign in to comment.