diff --git a/.github/workflows/post-benchmark-core.yml b/.github/workflows/post-benchmark-core.yml index fcdf6b10fde..a3d6e795d17 100644 --- a/.github/workflows/post-benchmark-core.yml +++ b/.github/workflows/post-benchmark-core.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Download Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/post-benchmark-ssr.yml b/.github/workflows/post-benchmark-ssr.yml index db903f379ec..c30bc5249d7 100644 --- a/.github/workflows/post-benchmark-ssr.yml +++ b/.github/workflows/post-benchmark-ssr.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Download Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/post-benchmark.yml b/.github/workflows/post-benchmark.yml index a4cd68a7ab5..4d8dfbdb29e 100644 --- a/.github/workflows/post-benchmark.yml +++ b/.github/workflows/post-benchmark.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6 - name: Download result artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/post-size-cmp.yml b/.github/workflows/post-size-cmp.yml index 71858a41d7a..656ed5d1553 100644 --- a/.github/workflows/post-size-cmp.yml +++ b/.github/workflows/post-size-cmp.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Download Artifact (master) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} @@ -25,7 +25,7 @@ jobs: path: "size-cmp-master-info/" - name: Download Artifact (PR) - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/publish-api-docs.yml b/.github/workflows/publish-api-docs.yml index 9c6d21b4773..4d583b73362 100644 --- a/.github/workflows/publish-api-docs.yml +++ b/.github/workflows/publish-api-docs.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} @@ -24,7 +24,7 @@ jobs: - if: github.event.workflow_run.event == 'pull_request' name: Download pr info - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index 75ea5b2e4cb..7751b7e53e1 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6 - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }} @@ -24,7 +24,7 @@ jobs: - if: github.event.workflow_run.event == 'pull_request' name: Download pr info - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }}