diff --git a/.github/workflows/bundlesize-comment.yml b/.github/workflows/bundlesize-comment.yml index 16e53045..010ac489 100644 --- a/.github/workflows/bundlesize-comment.yml +++ b/.github/workflows/bundlesize-comment.yml @@ -17,7 +17,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - uses: actions/checkout@master - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} run-id: ${{github.event.workflow_run.id}}