diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 01965ff7..f4d75dee 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -25,7 +25,7 @@ jobs: echo "${{ github.event.number }}" > pr_num - name: Upload PR artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pr-num path: ./pr_num @@ -67,7 +67,7 @@ jobs: VUE_PROD_HYDRATION_MISMATCH_DETAILS_FLAG: '1' - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs-${{ matrix.os }}-build path: docs/.vitepress/dist