report-test-results.yaml: fix artifact download

This commit is contained in:
Andrey Akinshin 2023-07-07 16:06:39 +02:00
Родитель b6cbadc8ed
Коммит 5195372aed
1 изменённых файлов: 3 добавлений и 2 удалений

5
.github/workflows/report-test-results.yaml поставляемый
Просмотреть файл

@ -16,12 +16,13 @@ jobs:
pull-requests: write
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
- name: Display structure of downloaded files
run: ls -R
- name: Report tests results
uses: AndreyAkinshin/test-reporter@0e2c48ebec2007001dd77dd4bcbcd450b96d5a38
if: always()
with:
name: test-results
path: "**/*.trx"