File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020
2121 # Checks-out the repo
2222 - name : Checkout Repo
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 # Patch Fastlane Match to not print tables
2626 - name : Patch Match Tables
Original file line number Diff line number Diff line change 2020
2121 # Checks-out the repo
2222 - name : Checkout Repo
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 with :
2525 submodules : recursive
2626
5757
5858 # Upload IPA and Symbols
5959 - name : Upload IPA and Symbol artifacts
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : build-artifacts
6363 path : |
Original file line number Diff line number Diff line change 2020
2121 # Checks-out the repo
2222 - name : Checkout Repo
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 # Patch Fastlane Match to not print tables
2626 - name : Patch Match Tables
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 TEAMID : ${{ secrets.TEAMID }}
124124 steps :
125125 - name : Checkout Repo
126- uses : actions/checkout@v3
126+ uses : actions/checkout@v4
127127
128128 # Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996)
129129 - name : Sync clock
You can’t perform that action at this time.
0 commit comments