From c5cd2064f60526ab56500708be86a01f716a9db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Mon, 12 Jun 2023 20:39:13 +0200 Subject: [PATCH] #368: upgrade version of test report plugin --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 2a4c442db..e322f88fe 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -50,7 +50,7 @@ jobs: echo "coverage_report_exists=$COVERAGE_REPORT_EXISTS" >> $GITHUB_OUTPUT - name: Report Test results - uses: phoenix-actions/test-reporting@v8 + uses: phoenix-actions/test-reporting@v12 if: success() || failure() with: name: Tests report (${{ matrix.os }}, ${{ matrix.python-version }})