From 1a7c452e549c4ef1a79616aedf20a2d0b3ba0543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 10:30:00 +0000 Subject: [PATCH] Bump simple-elf/allure-report-action from 1.14 to 1.15 Bumps [simple-elf/allure-report-action](https://github.com/simple-elf/allure-report-action) from 1.14 to 1.15. - [Release notes](https://github.com/simple-elf/allure-report-action/releases) - [Commits](https://github.com/simple-elf/allure-report-action/compare/v1.14...v1.15) --- updated-dependencies: - dependency-name: simple-elf/allure-report-action dependency-version: '1.15' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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