diff --git a/.github/workflows/size_report_comment.yml b/.github/workflows/size_report_comment.yml index 874f894a98..5457af6591 100644 --- a/.github/workflows/size_report_comment.yml +++ b/.github/workflows/size_report_comment.yml @@ -14,7 +14,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: "Download size report artifact" - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts({ @@ -37,7 +37,7 @@ jobs: - run: unzip -d size_report size_report.zip - name: "Comment on PR" - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |