From 03d81a8cbe0bc5a9b737221d3259131807d5abee Mon Sep 17 00:00:00 2001 From: ZhikharevAl Date: Thu, 11 Dec 2025 15:10:16 +0300 Subject: [PATCH] chore(ci): upgrade allure-report-action to v1.13 (closes #31) --- .github/workflows/code-quality.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index bc506c5..17ae4c3 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -70,7 +70,7 @@ jobs: path: gh-pages - name: Allure Report action - uses: simple-elf/allure-report-action@v1.12 + uses: simple-elf/allure-report-action@v1.13 with: allure_results: allure-results allure_history: allure-history