From 27061795a8c5cf0d53b4b3cfb7e44882750839d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:08:16 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/CI.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 71265702..d218b829 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -69,7 +69,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Dist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: dist @@ -96,7 +96,7 @@ jobs: - uses: actions/checkout@v6 - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: dist @@ -145,7 +145,7 @@ jobs: bun run pack.exe - name: Upload Executables - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: exe-${{ matrix.os }} path: | @@ -177,7 +177,7 @@ jobs: submodules: true - name: Download Dist - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: dist @@ -281,7 +281,7 @@ jobs: submodules: true - name: Download Dist - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: dist @@ -536,7 +536,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Download Executables - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: pattern: exe-* path: ./exe/ @@ -548,7 +548,7 @@ jobs: chmod +x -R ./exe/ - name: Download Dist - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: dist path: dist/