We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb94f5f commit a34b679Copy full SHA for a34b679
1 file changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
- name: Build
18
run: |
19
xcodebuild build -scheme Samra -project Samra.xcodeproj -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO BUILD_DIR=${{ github.workspace }}/xcodebuild
@@ -28,7 +28,7 @@ jobs:
28
zip -r ${{ github.workspace }}/Samra.zip .
29
30
- name: Upload app to artifacts
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: Samra
34
path: ${{ github.workspace }}/Samra.zip
0 commit comments