From 820a52e8ee0f803f32b2145597c4211ddf04c50f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:42:08 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/android-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index f767f82..23ad19c 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -38,7 +38,7 @@ jobs: # Upload the JaCoCo reports as artifacts for easier access - name: Upload coverage reports if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-reports path: build/reports/jacoco/mergedJacocoReport/