diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7042aa7e3..5258e2627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,12 +84,12 @@ jobs: echo "APK_FILE=$(find TMessagesProj/build/outputs/apk -name '*arm64*.apk')" >> $GITHUB_ENV echo "APK_FILE_ARMV7=$(find TMessagesProj/build/outputs/apk -name '*arm32*.apk')" >> $GITHUB_ENV - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 name: Upload apk (arm64-v8a) with: name: Nullgram-arm64-v8a path: ${{ env.APK_FILE }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 name: Upload apk (armeabi-v7a) with: name: Nullgram-armeabi-v7a