diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index e21b4384ab060..89e5944c89ef0 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -28,7 +28,7 @@ jobs: steps: - name: 'Download artifact' if: github.event_name == 'workflow_run' - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({