We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe666a commit c4db9b1Copy full SHA for c4db9b1
1 file changed
.github/workflows/sign-ipa.yml
@@ -93,7 +93,7 @@ jobs:
93
94
# Download artifacts if needed
95
- name: Download artifacts
96
- uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427
+ uses: actions/download-artifact@v4
97
with:
98
name: signed-ipa
99
path: ./signed
@@ -140,12 +140,13 @@ jobs:
140
141
# Upload artifact only if signing succeeded
142
- name: Upload Signed IPA
143
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
+ uses: actions/upload-artifact@v4
144
if: success() && hashFiles('./signed/Feather-signed.ipa') != ''
145
146
147
path: signed/Feather-signed.ipa
148
if-no-files-found: error
149
+ retention-days: 90
150
151
# Create release with signed IPA
152
- name: Create Release
0 commit comments