From 08524c5a3ed372c104d0dfe87bc65adb2cfd59cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:43:50 +0000 Subject: [PATCH] chore(deps): 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/e463a472d3b1d750f9544369d60589ff1964c820...385367cde61ac68c2568a117f7579f7f148dc459) --- 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/allure-gh-pages.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/allure-gh-pages.yml b/.github/workflows/allure-gh-pages.yml index 0521daf..1ca9154 100644 --- a/.github/workflows/allure-gh-pages.yml +++ b/.github/workflows/allure-gh-pages.yml @@ -22,7 +22,7 @@ jobs: - run: npm run verify:target env: TEST_RUN_ID: ${{ github.run_id }}-${{ github.run_attempt }} - - uses: simple-elf/allure-report-action@e463a472d3b1d750f9544369d60589ff1964c820 # v1.14 + - uses: simple-elf/allure-report-action@385367cde61ac68c2568a117f7579f7f148dc459 # v1.15 with: allure_results: allure-results gh_pages: gh-pages diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba513ed..80366bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -290,7 +290,7 @@ jobs: merge-multiple: true path: merged-reports - run: mkdir -p allure-results && find merged-reports -path '*/allure-results/*' -type f -exec cp {} allure-results/ \; - - uses: simple-elf/allure-report-action@e463a472d3b1d750f9544369d60589ff1964c820 # v1.14 + - uses: simple-elf/allure-report-action@385367cde61ac68c2568a117f7579f7f148dc459 # v1.15 with: allure_results: allure-results gh_pages: gh-pages