Skip to content

Commit a2ce535

Browse files
fix: deprecated version of actions/download-artifact: v3
1 parent 748e693 commit a2ce535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ jobs:
151151
echo "TAG=v$NEW_VERSION" >> $GITHUB_ENV
152152
153153
- name: Download Android Builds
154-
uses: actions/download-artifact@v3
154+
uses: actions/download-artifact@v4
155155
with:
156156
name: android-builds
157157
path: artifacts
158158

159159
- name: Download iOS Build
160-
uses: actions/download-artifact@v3
160+
uses: actions/download-artifact@v4
161161
with:
162162
name: ios-build
163163
path: artifacts

0 commit comments

Comments
 (0)