diff --git a/.github/workflows/benchmark-core.yml b/.github/workflows/benchmark-core.yml index 85c7cebb419..ac21286eaf0 100644 --- a/.github/workflows/benchmark-core.yml +++ b/.github/workflows/benchmark-core.yml @@ -52,7 +52,7 @@ jobs: echo "${{ github.event.number }}" > .PR_NUMBER - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: benchmark-core include-hidden-files: true diff --git a/.github/workflows/benchmark-ssr.yml b/.github/workflows/benchmark-ssr.yml index d4d7be549e4..853aad798e8 100644 --- a/.github/workflows/benchmark-ssr.yml +++ b/.github/workflows/benchmark-ssr.yml @@ -57,7 +57,7 @@ jobs: echo "${{ github.event.number }}" > .PR_NUMBER - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: benchmark-ssr include-hidden-files: true diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b339da63f2c..6f028bd2ed8 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -134,7 +134,7 @@ jobs: EVENT_INFO: ${{ toJSON(github.event) }} - name: Upload result artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: results path: artifacts/ diff --git a/.github/workflows/build-api-docs.yml b/.github/workflows/build-api-docs.yml index c16248690a8..163c7baad9b 100644 --- a/.github/workflows/build-api-docs.yml +++ b/.github/workflows/build-api-docs.yml @@ -44,7 +44,7 @@ jobs: cp -r target/doc/* api-docs/dist/next - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: api-docs path: api-docs/ @@ -57,7 +57,7 @@ jobs: - if: github.event_name == 'pull_request' name: Upload pr info - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: pr-info include-hidden-files: true diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 9ff283f8d2b..9964ca5c6b2 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -56,7 +56,7 @@ jobs: npm run build - name: Upload build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: website path: website/build/ @@ -69,7 +69,7 @@ jobs: - if: github.event_name == 'pull_request' name: Upload pr info - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: pr-info include-hidden-files: true diff --git a/.github/workflows/size-cmp.yml b/.github/workflows/size-cmp.yml index b5cdfc83d87..9733fccf62f 100644 --- a/.github/workflows/size-cmp.yml +++ b/.github/workflows/size-cmp.yml @@ -78,7 +78,7 @@ jobs: ISSUE_NUMBER: ${{ github.event.number }} - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: size-cmp-${{ matrix.target }}-info include-hidden-files: true