diff --git a/.github/workflows/post-benchmark-core.yml b/.github/workflows/post-benchmark-core.yml index d567b5b9da9..fcdf6b10fde 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@v4 + uses: actions/download-artifact@v7 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 b83ab234256..db903f379ec 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@v4 + uses: actions/download-artifact@v7 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 32f74238903..a4cd68a7ab5 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@v4 + uses: actions/download-artifact@v7 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 44880b73b0c..71858a41d7a 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@v4 + uses: actions/download-artifact@v7 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@v4 + uses: actions/download-artifact@v7 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 02a055dbc97..9c6d21b4773 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@v4 + uses: actions/download-artifact@v7 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@v4 + uses: actions/download-artifact@v7 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 2ee64c26ad8..75ea5b2e4cb 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@v4 + uses: actions/download-artifact@v7 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@v4 + uses: actions/download-artifact@v7 with: github-token: "${{ secrets.GITHUB_TOKEN }}" run-id: ${{ github.event.workflow_run.id }}