Skip to content

Commit 6096017

Browse files
Update actions/download-artifact action to v4 (#127)
1 parent 67f9c96 commit 6096017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
java-version: '21'
144144

145145
- name: Download build artifacts
146-
uses: actions/download-artifact@v3
146+
uses: actions/download-artifact@v4
147147
with:
148148
name: build-outputs
149149
path: android/app/build/outputs
@@ -188,7 +188,7 @@ jobs:
188188
java-version: '21'
189189

190190
- name: Download build artifacts
191-
uses: actions/download-artifact@v3
191+
uses: actions/download-artifact@v4
192192
with:
193193
name: build-outputs
194194
path: android/app/build/outputs

0 commit comments

Comments
 (0)