Skip to content

Commit

Permalink
Merge pull request #269 from humhub/f-upload-artifact-to-v4
Browse files Browse the repository at this point in the history
Also upgrade actions/download-artifact to v4
  • Loading branch information
marc-farre authored Jan 10, 2025
2 parents 10214eb + aeb48a1 commit 57f6174
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 @@ -43,7 +43,7 @@ jobs:
id: extract_version
run: echo "version=$(echo ${{ github.ref }} | sed -e 's/^refs\/tags\/v//' -e 's/-.*//')" >> $GITHUB_ENV
- name: Get version.txt
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gitversion
- name: Create new file without newline char from version.txt
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
fetch-depth: 0
- name: Get appbundle from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: appbundle
- name: Release app to internal track
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
with:
fetch-depth: 0
- name: Get IPA from artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: releaseipa
path: build/ios/ipa
Expand Down

0 comments on commit 57f6174

Please sign in to comment.