Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Migrate to download/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Jan 20, 2025
1 parent 64f705f commit d6e675e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_sign_release_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
ls -la $HOME/kiwibrowser-next-builds-${{ matrix.platform }}
- name: Uploading APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: apk-${{ matrix.platform }}
path: /home/runner/kiwibrowser-next-builds-${{ matrix.platform }}/
Expand All @@ -162,22 +162,22 @@ jobs:
- name: Downloading artifact (arm)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: apk-arm

- name: Downloading artifact (arm64)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: apk-arm64

- name: Downloading artifact (x86)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: apk-x86

- name: Downloading artifact (x64)
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: apk-x64

Expand Down

0 comments on commit d6e675e

Please sign in to comment.