From ab6bf349441a87951f348891a4dea0f90b65ce3d Mon Sep 17 00:00:00 2001 From: Tom Rijnbeek Date: Tue, 26 Dec 2023 21:25:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Pin=20test=20reporter=20function?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create-test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-test-report.yml b/.github/workflows/create-test-report.yml index a8eaf6e8d..49ad783dd 100644 --- a/.github/workflows/create-test-report.yml +++ b/.github/workflows/create-test-report.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Create test report id: test-reporter - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v1.7.0 with: artifact: test-results name: xUnit tests