From fd8dc4d3c9f8f7009d82845d12c4fc0512bd332d Mon Sep 17 00:00:00 2001 From: NkBe Date: Tue, 2 Dec 2025 21:40:46 +0800 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 2 updates (#31) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49c7298..def2790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,21 +113,21 @@ jobs: run: ./gradlew buildAll - name: 上傳 Release Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: npatch-release-${{ env.commit }} path: out/release/* retention-days: 14 - name: 上傳 Debug Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: npatch-debug-${{ env.commit }} path: out/debug/* retention-days: 7 - name: 上傳 mappings - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: mappings-${{ env.commit }} path: | @@ -135,7 +135,7 @@ jobs: manager/build/outputs/mapping - name: 上傳 symbols - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: symbols-${{ env.commit }} path: |