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: |