Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
status: draft

- name: Upload build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: Android package
path: |
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
|| true

- name: Upload build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
if: ${{ env.KEYCHAIN_PASSWORD != '' }}
with:
name: iOS package
Expand All @@ -228,7 +228,7 @@ jobs:
uses: actions/checkout@v6

- name: Download artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
merge-multiple: true

Expand Down