Skip to content

Commit

Permalink
actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Sep 9, 2024
1 parent b2d0adb commit 83f61ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: eas build --non-interactive --platform android --local --profile production_apk --output=./app-release.apk

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: alby-go-android.apk
path: ./app-release.apk
Expand Down

0 comments on commit 83f61ba

Please sign in to comment.