diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f205415..bfbf9dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: echo "versionName=${{ github.run_number }}" >> signing.properties - name: Build Release bundle run: ./gradlew bundleRelease --stacktrace - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: bundle path: app/build/outputs/bundle/release/app-release.aab