diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2adf4e3..331b668 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup JDK uses: actions/setup-java@v5 with: @@ -27,7 +27,7 @@ jobs: - name: Test run: ./gradlew testDebugUnitTest - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: app-debug.apk path: app/build/outputs/apk/debug/app-debug.apk \ No newline at end of file