From d3aa554d3c8862f9251a8c22af1f8974df59ce0a Mon Sep 17 00:00:00 2001 From: "Pol (Paula)" Date: Mon, 5 Aug 2024 01:30:13 -0300 Subject: [PATCH] Update plugin version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0e742c..00e8dbe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ steps: - wait: ~ continue_on_failure: true - plugins: - - junit-annotate#v2.4.1: + - junit-annotate#v2.5.0: artifacts: tmp/junit-*.xml ``` @@ -114,7 +114,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe steps: - label: Annotate plugins: - - YourGithubHandle/junit-annotate#v2.4.1: + - YourGithubHandle/junit-annotate#v2.5.0: ... ```