From 8fa889b3d896e8ac3fb0a239516628e07c7da759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:30:11 +0000 Subject: [PATCH] Bump simple-elf/allure-report-action from 1.9 to 1.10 Bumps [simple-elf/allure-report-action](https://github.com/simple-elf/allure-report-action) from 1.9 to 1.10. - [Release notes](https://github.com/simple-elf/allure-report-action/releases) - [Commits](https://github.com/simple-elf/allure-report-action/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: simple-elf/allure-report-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-run.yml b/.github/workflows/e2e-run.yml index b79e07897..bf97502de 100644 --- a/.github/workflows/e2e-run.yml +++ b/.github/workflows/e2e-run.yml @@ -143,7 +143,7 @@ jobs: path: ./e2e-tests/target/allure-results - name: Generate Allure report - uses: simple-elf/allure-report-action@v1.9 + uses: simple-elf/allure-report-action@v1.10 id: allure-report with: allure_results: ./e2e-tests/target/allure-results