diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7047740..7b34b6e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -105,7 +105,7 @@ jobs: - name: Upload build outputs if: always() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: build-outputs path: app/build/outputs diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index fa7a16d..de49b30 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -26,7 +26,7 @@ jobs: run: ./gradlew dependencyUpdates - name: Upload dependency updates report - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: dependency-updates path: build/dependencyUpdates