diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5c6989f..6b77fb6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -108,7 +108,7 @@ jobs: with: report_paths: 'junit.xml' # more in depth junit in console and annotations on failures - - uses: ashley-taylor/junit-report-annotations-action@1.3 + - uses: ashley-taylor/junit-report-annotations-action@1.4 if: always() with: access-token: ${{ secrets.GITHUB_TOKEN }}