diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 331b668..8964b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Test run: ./gradlew testDebugUnitTest - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: app-debug.apk path: app/build/outputs/apk/debug/app-debug.apk \ No newline at end of file