Skip to content

Commit 5818c5a

Browse files
fix: update Report Annotate action version to v3 in README
1 parent 406e957 commit 5818c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
- name: Report Annotate
2727
id: annotate
2828
if: always() # Run with test/lint failures.
29-
uses: granodigital/report-annotate@v1
29+
uses: granodigital/report-annotate@v3
3030
with:
3131
reports: |
3232
junit|reports/junit-generic.xml
@@ -78,7 +78,7 @@ Feel free to open a PR to add support for new report formats or matchers.
7878
- name: Report Annotate
7979
id: annotate
8080
if: always() # Run with test/lint failures.
81-
uses: granodigital/report-annotate@v1
81+
uses: granodigital/report-annotate@v3
8282
with:
8383
reports: my-matcher|reports/*.xml
8484
custom-matchers: |

0 commit comments

Comments
 (0)