From d1d2e487e71adfc8207663d2f84f969e90cfa9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:29:27 +0000 Subject: [PATCH] Bump simple-elf/allure-report-action from 1.9 to 1.11 Bumps [simple-elf/allure-report-action](https://github.com/simple-elf/allure-report-action) from 1.9 to 1.11. - [Release notes](https://github.com/simple-elf/allure-report-action/releases) - [Commits](https://github.com/simple-elf/allure-report-action/compare/v1.9...v1.11) --- 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..3493c88a1 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.11 id: allure-report with: allure_results: ./e2e-tests/target/allure-results