diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 66f030aa7..ef570c5f8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,7 +25,7 @@ jobs: bash ./gradlew build --stacktrace - name: Store APK file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: apk-files path: | diff --git a/.github/workflows/push-event.yml b/.github/workflows/push-event.yml index 358730af2..940457936 100644 --- a/.github/workflows/push-event.yml +++ b/.github/workflows/push-event.yml @@ -31,7 +31,7 @@ jobs: bash ./gradlew bundle --stacktrace - name: Store APK files - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: apk-files path: |