Skip to content

Commit

Permalink
update ci actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 committed May 26, 2024
1 parent cd40672 commit fa52e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
- name: Xcode build
uses: sersoft-gmbh/xcodebuild-action@v2
uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: ./GitHub One Monokai.xcodeproj
destination: platform=macOS
Expand All @@ -63,7 +63,7 @@ jobs:
hdiutil convert bin/tmp.dmg -format UDZO -o "bin/GitHub One Monokai.dmg"
rm bin/tmp.dmg
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: GitHub One Monokai
path: bin/GitHub One Monokai.dmg

0 comments on commit fa52e5e

Please sign in to comment.