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

Commit f93dfd9

Browse files
build(deps): bump actions/upload-artifact from 2 to 3 (#388)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9a2187 commit f93dfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Download the app from Expo
7272
run: wget -O iclip.aab $(expo url:apk --non-interactive)
7373
- name: Upload the .aab as an action artifact
74-
uses: actions/upload-artifact@v2
74+
uses: actions/upload-artifact@v3
7575
with:
7676
name: android
7777
path: iclip.aab

0 commit comments

Comments
 (0)