diff --git a/action.yml b/action.yml index 87b67ca..f58a826 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ runs: - run: pytest ${{ inputs.options }} --junit-xml=.test_report.xml ${{ inputs.paths }} shell: bash - - uses: test-summary/action@v2.3 + - uses: test-summary/action@v2.4 with: paths: .test_report.xml output: ${{ inputs.output }}