Skip to content

Commit

Permalink
Merge pull request #226 from humhub/225-upgrade-to-actionsupload-arti…
Browse files Browse the repository at this point in the history
…factv3

Upgrade to actions/upload-artifact@v3
  • Loading branch information
luke- committed Sep 10, 2024
2 parents aed9944 + d85d00b commit 3b34be5
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 3b34be5

Please sign in to comment.