Skip to content

Commit

Permalink
Upgrade to actions/upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Sep 10, 2024
1 parent aed9944 commit d85d00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
allowUpdates: true

- name: Collect IPA artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: releaseipa
path: build/ios/ipa/*.ipa
Expand Down

0 comments on commit d85d00b

Please sign in to comment.