diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9225dc2..c132616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: ./scripts/verify.sh - name: Upload reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: verification-reports path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6cffdd..cc733ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: -PRELEASE_STORE_PASSWORD="$RELEASE_STORE_PASSWORD" -PRELEASE_KEY_ALIAS="$RELEASE_KEY_ALIAS" -PRELEASE_KEY_PASSWORD="$RELEASE_KEY_PASSWORD" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: android-starter-release path: app/build/outputs/bundle/release/*.aab