From eaefa58fce7882e35e1afbc3da4a8bdd385bbfcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 10:55:38 +0000 Subject: [PATCH] Update actions/upload-artifact action to v7 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 97d2e9b..d3113e4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,7 +31,7 @@ jobs: - name: Build Project with gradle run: ./gradlew assembleRelease - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.1 with: name: nextlib-release.aar path: ./ffcodecs/build/outputs/aar/ffcodecs-release.aar