We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34e6bdf + ec25d51 commit 45c3b8dCopy full SHA for 45c3b8d
.github/workflows/quality-monitor-comment-pr.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
ref: ${{ steps.pr.outputs.sha }}
32
- name: Download PR Quality Reports from Quality Monitor Build workflow
33
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v12
34
35
run_id: ${{ github.event.workflow_run.id }}
36
name: quality-reports
.github/workflows/quality-monitor-comment.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Checkout main branch
22
uses: actions/checkout@v6
23
- name: Download Quality Reports from Quality Monitor Build workflow
24
25
26
27
0 commit comments