Skip to content

Commit

Permalink
pylint-commenter.yml: Revert to old version to fix workflow (#2838)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Apr 3, 2023
1 parent 0e76879 commit 455c37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
github.event.workflow_run.conclusion == 'success'
steps:
- name: 'Download artifact'
uses: actions/github-script@v6.4.0
uses: actions/github-script@v3.1.0
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down

0 comments on commit 455c37a

Please sign in to comment.