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

Commit f5af218

Browse files
chore(deps): update actions/download-artifact action to v4 (#1653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68219d8 commit f5af218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,15 @@ jobs:
243243
java-version: ${{ env.BUILD_JAVA_VERSION }}
244244
distribution: ${{ env.BUILD_JAVA_DIST }}
245245
- name: Download arm64-v8a APK
246-
uses: actions/download-artifact@v3
246+
uses: actions/download-artifact@v4
247247
with:
248248
name: apk-arm64-v8a-release
249249
- name: Download x86_64 APK
250-
uses: actions/download-artifact@v3
250+
uses: actions/download-artifact@v4
251251
with:
252252
name: apk-x86_64-release
253253
- name: Download armeabi-v7a APK
254-
uses: actions/download-artifact@v3
254+
uses: actions/download-artifact@v4
255255
with:
256256
name: apk-armeabi-v7a-release
257257
- name: Change Gradle wrapper permissions

0 commit comments

Comments
 (0)