diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8311664..e47361b 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.1.1 + uses: dorny/test-reporter@v2.2.0 if: always() with: name: Test report