From 8ce2d6394a994d83f1e6f7ec3cc660c55a0c3aaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 00:25:53 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb5cc193..ea3869cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: fi - run: dart run pdfrx:remove_wasm_modules - run: flutter build apk --debug - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: release-apk path: build/app/outputs/apk/debug/app-debug.apk diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 88507dba..75a52bfe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - name: Build appBundle run: flutter build appbundle - name: Upload Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: Releases path: |