From 4f8bd90f97c484b7d61b6fb200c013aeaa95cb78 Mon Sep 17 00:00:00 2001 From: Milos Obrenovic Date: Fri, 14 Feb 2025 14:01:58 +0100 Subject: [PATCH] [fix] artifact location --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 25a6dedba..f5ab38d58 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,7 +24,7 @@ jobs: uses: actions/upload-artifact@v4.6.0 with: name: checkstyle-report - path: build/reports/checkstyle/main/checkstyle.xml + path: build/reports/checkstyle/main.xml test: