We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6754796 commit 212de54Copy full SHA for 212de54
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: macos-latest
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
- name: Build
25
run: xcodebuild -project "$XCODE_PROJECT" -scheme "$XCODE_SCHEME" archive CODE_SIGN_IDENTITY="$CODE_SIGN_IDENTITY" -archivePath "$BUILD_DIR/$XCODE_ARCHIVE"
26
- name: Export
@@ -38,7 +38,7 @@ jobs:
38
- name: Make DMG
39
run: hdiutil create -srcdir "$BUILD_DIR" -volname "$DMG_NAME" "$DMG_FILE_NAME"
40
- name: Upload
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
name: Build
44
path: ${{ env.DMG_FILE_NAME }}
0 commit comments