Skip to content

Commit 5195372

Browse files
report-test-results.yaml: fix artifact download
1 parent b6cbadc commit 5195372

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/report-test-results.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: Download Artifacts
19-
uses: actions/download-artifact@v3
19+
uses: dawidd6/action-download-artifact@v2
20+
with:
21+
workflow: ${{ github.event.workflow_run.workflow_id }}
2022
- name: Display structure of downloaded files
2123
run: ls -R
2224
- name: Report tests results
2325
uses: AndreyAkinshin/test-reporter@0e2c48ebec2007001dd77dd4bcbcd450b96d5a38
24-
if: always()
2526
with:
2627
name: test-results
2728
path: "**/*.trx"

0 commit comments

Comments
 (0)