Skip to content

Commit c4db9b1

Browse files
committed
work?
1 parent dfe666a commit c4db9b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/sign-ipa.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
# Download artifacts if needed
9595
- name: Download artifacts
96-
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
96+
uses: actions/download-artifact@v4
9797
with:
9898
name: signed-ipa
9999
path: ./signed
@@ -140,12 +140,13 @@ jobs:
140140
141141
# Upload artifact only if signing succeeded
142142
- name: Upload Signed IPA
143-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
143+
uses: actions/upload-artifact@v4
144144
if: success() && hashFiles('./signed/Feather-signed.ipa') != ''
145145
with:
146146
name: signed-ipa
147147
path: signed/Feather-signed.ipa
148148
if-no-files-found: error
149+
retention-days: 90
149150

150151
# Create release with signed IPA
151152
- name: Create Release

0 commit comments

Comments
 (0)