From 77559626dc4c87032a0ce774f21c8de3adaeddf2 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 11 Aug 2024 11:51:17 +0200 Subject: [PATCH] Replace deprecated junit_files parameter in junit.yml --- .github/workflows/junit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/junit.yml b/.github/workflows/junit.yml index af82cbfac2..2e00502912 100644 --- a/.github/workflows/junit.yml +++ b/.github/workflows/junit.yml @@ -50,4 +50,4 @@ jobs: commit: ${{ github.event.workflow_run.head_sha }} event_file: artifacts/Event File/event.json event_name: ${{ github.event.workflow_run.event }} - junit_files: "artifacts/**/*.xml" \ No newline at end of file + files: "artifacts/**/*.xml"