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

Commit

Permalink
build(deps): bump actions/upload-artifact from 2 to 3 (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2022
1 parent b9a2187 commit f93dfd9
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f93dfd9

Please sign in to comment.