Skip to content

Commit

Permalink
Merge pull request #268 from humhub/f-upload-artifact-to-v4
Browse files Browse the repository at this point in the history
Update version-release.yml
  • Loading branch information
marc-farre authored Jan 10, 2025
2 parents 8f373ca + 603f80b commit 10214eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/version-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Write version to file
run: echo $version > version.txt
- name: Upload version.txt
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gitversion
path: version.txt
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
commit: ${{ github.sha }}
allowUpdates: true
- name: Upload app bundle
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: appbundle
path: build/app/outputs/bundle/release/app-release.aab
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
allowUpdates: true

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

0 comments on commit 10214eb

Please sign in to comment.