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

build(deps): bump actions/upload-artifact from 2 to 3 #388

Merged
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Download the app from Expo
run: wget -O iclip.aab $(expo url:apk --non-interactive)
- name: Upload the .aab as an action artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: android
path: iclip.aab