@@ -19,7 +19,7 @@ jobs:
# Checks-out the repo
- name: Checkout Repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Patch Fastlane Match to not print tables
- name: Patch Match Tables
@@ -28,7 +28,7 @@ jobs:
with:
submodules: recursive
@@ -64,7 +64,7 @@ jobs:
# Upload IPA and Symbols
- name: Upload IPA and Symbol artifacts
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
name: build-artifacts
path: |
@@ -20,7 +20,7 @@ jobs:
@@ -123,7 +123,7 @@ jobs:
TEAMID: ${{ secrets.TEAMID }}
steps:
# Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996)
- name: Sync clock