From 3e645b3b8821114d0f2589ba916c90c6f399e2f3 Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Fri, 9 Sep 2022 08:28:36 +0100 Subject: [PATCH] Fix deprecated CI flag --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 597ebc372..34df3f904 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: if: always() continue-on-error: true with: - files: "artifacts/**/TEST-*.xml" + junit_files: "artifacts/**/TEST-*.xml" checkstyle: name: Run Checkstyle