diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 949bc18..7b8ce0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: npm install -g bats@1.11.0 bats --report-formatter junit . completion/bash - name: Create test report - uses: dorny/test-reporter@v2.2.0 + uses: dorny/test-reporter@v2.3.0 if: always() with: name: Test report