diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 69d6b4bb84a899..7549c230d6e82d 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -360,7 +360,7 @@ jobs: path: gh-pages - name: Generate Allure Report - uses: simple-elf/allure-report-action@v1.14 + uses: simple-elf/allure-report-action@v1.15 with: allure_results: junit-results allure_report: allure-report diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c35730e80ed02e..f4af3fa8868359 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1366,7 +1366,7 @@ jobs: path: gh-pages - name: Generate Allure Report - uses: simple-elf/allure-report-action@v1.14 + uses: simple-elf/allure-report-action@v1.15 with: allure_results: junit-results allure_report: allure-report