From 0b64eecf705dd69ed93b40149445f69586bc9f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 12:06:52 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d575895..4af47aab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: run: pnpm build - name: Upload dist artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dist-build path: dist/ @@ -232,7 +232,7 @@ jobs: - name: Upload vitest reports if: (github.event_name != 'push' || matrix.runtime != 'bun') && matrix.task == 'test' && matrix.runtime == 'node' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: vitest-reports-${{ runner.os }}-${{ matrix.runtime }} path: | @@ -293,7 +293,7 @@ jobs: run: ${{ matrix.command }} - name: Upload dead-code results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dead-code-${{ matrix.tool }}-${{ github.run_id }} path: .artifacts/deadcode @@ -452,7 +452,7 @@ jobs: - name: Upload vitest reports if: matrix.task == 'test' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: vitest-reports-${{ runner.os }}-${{ matrix.runtime }} path: |