diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c4b7b4..52fc6af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: ./gradlew assembleSignedRelease -PVERSION_CODE=$VERSION_CODE -PVERSION_NAME=$VERSION_NAME - name: Upload APK - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Cowspent-APK path: app/build/outputs/apk/signedRelease/app-signedRelease.apk