Skip to content

Commit 5192f89

Browse files
committed
Update actions versions
1 parent 79904bc commit 5192f89

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/screenshot-ipad/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
2525
- name: Create iPad Simulator
2626
id: ipad_sim
27-
uses: futureware-tech/simulator-action@v4
27+
uses: futureware-tech/simulator-action@v5
2828
with:
2929
model: ${{ inputs.IPAD_DEVICE_MODEL }}
3030
wait_for_boot: true
@@ -57,7 +57,7 @@ runs:
5757
git push --force origin fastlane-ios
5858
5959
- name: Upload Screenshots
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: iPad Screenshots
6363
path: screenshots/*

.github/actions/screenshot-iphone/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
2525
- name: Create iPhone Simulator
2626
id: iphone_sim
27-
uses: futureware-tech/simulator-action@v4
27+
uses: futureware-tech/simulator-action@v5
2828
with:
2929
model: ${{ inputs.IPHONE_DEVICE_MODEL }}
3030
wait_for_boot: true
@@ -57,7 +57,7 @@ runs:
5757
git push --force origin fastlane-ios
5858
5959
- name: Upload Screenshots
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: iPhone Screenshots
6363
path: screenshots/*

0 commit comments

Comments
 (0)