From 3421fa673d28bdac306305d1cbbbaf1b59d00721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:23:02 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index def2790..61d8650 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,14 +18,14 @@ jobs: steps: - name: 檢出程式碼 - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.sha }} submodules: 'recursive' fetch-depth: 0 - name: 設定快取 - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.ccache key: ${{ runner.os }}-ccache-${{ github.sha }} @@ -113,21 +113,21 @@ jobs: run: ./gradlew buildAll - name: 上傳 Release Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: npatch-release-${{ env.commit }} path: out/release/* retention-days: 14 - name: 上傳 Debug Artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: npatch-debug-${{ env.commit }} path: out/debug/* retention-days: 7 - name: 上傳 mappings - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: mappings-${{ env.commit }} path: | @@ -135,7 +135,7 @@ jobs: manager/build/outputs/mapping - name: 上傳 symbols - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: symbols-${{ env.commit }} path: |