Skip to content

Commit

Permalink
Bump upload-artifact to v4. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJMReynolds-SAG authored Dec 18, 2024
1 parent 191c3d7 commit 047bcd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
zip "$buildName.ipa.zip" "$buildName.ipa"
working-directory: ios/AlarmApp
- name: Archive Build (ZIPs)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
env:
BUILD_NUMBER: ${{ steps.build.outputs.calculated_build_number }}
MARKETING_VERSION: ${{ steps.build.outputs.marketing_build_version }}
with:
name: 'AlarmApp-${{ env.MARKETING_VERSION }}-${{ env.BUILD_NUMBER }}'
path: 'ios/AlarmApp/build/*.zip'
path: 'ios/AlarmApp/build/*.zip'

0 comments on commit 047bcd4

Please sign in to comment.