From e4656e9e50193ddefabae69706dfcf921e43fa22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:47:35 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 822ea764b..f5b909484 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: sha256sum dist/*.apk - name: 上传 APK - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-apk-${{ matrix.variant }} path: dist/*.apk diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b8d4e7e63..4756f833a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: --warning-mode all - name: 上传 Debug APK - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: legado-app-debug if-no-files-found: error