From 73d3fbb0e26a175492b9b6f30913c51d2f21aee4 Mon Sep 17 00:00:00 2001 From: Mike Szczys Date: Tue, 7 Jan 2025 09:49:16 -0600 Subject: [PATCH] workflow: use specific version of allure-report-action Specify most recent minor version of action to ensure the fixes for links back to the workflow associated with a report is available. Signed-off-by: Mike Szczys --- .github/workflows/report-allure-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-allure-publish.yml b/.github/workflows/report-allure-publish.yml index 614c6bb5..2bb9b270 100644 --- a/.github/workflows/report-allure-publish.yml +++ b/.github/workflows/report-allure-publish.yml @@ -54,7 +54,7 @@ jobs: fi - name: Build Allure report - uses: simple-elf/allure-report-action@v1 + uses: simple-elf/allure-report-action@v1.11 if: always() with: gh_pages: ${{ env.GHPAGES_LABEL }}