diff --git a/.github/workflows/pylint-commenter.yml b/.github/workflows/pylint-commenter.yml index aab56cecd4f..ed012f34752 100644 --- a/.github/workflows/pylint-commenter.yml +++ b/.github/workflows/pylint-commenter.yml @@ -16,7 +16,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: 'Download artifact' - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.1 with: script: | var artifacts = await github.rest.actions.listWorkflowRunArtifacts ({