We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7538a84 commit b532c1bCopy full SHA for b532c1b
.github/workflows/pr-linter.yml
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
- name: 'Download workflow_run artifact'
38
if: github.event_name == 'workflow_run'
39
- uses: dawidd6/action-download-artifact@v8
+ uses: dawidd6/action-download-artifact@v9
40
with:
41
run_id: ${{ github.event.workflow_run.id }}
42
name: pr_info
0 commit comments