Skip to content

Commit a34b679

Browse files
committed
Bump build github action versions
1 parent cb94f5f commit a34b679

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Build
1818
run: |
1919
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:
2828
zip -r ${{ github.workspace }}/Samra.zip .
2929
3030
- name: Upload app to artifacts
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: Samra
3434
path: ${{ github.workspace }}/Samra.zip

0 commit comments

Comments
 (0)