From 5195372aedcec414c1de2737ab28209d6b9c6bf6 Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Fri, 7 Jul 2023 16:06:39 +0200 Subject: [PATCH] report-test-results.yaml: fix artifact download --- .github/workflows/report-test-results.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/report-test-results.yaml b/.github/workflows/report-test-results.yaml index e374637ff2..63f50c1794 100644 --- a/.github/workflows/report-test-results.yaml +++ b/.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"