diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index e2f0b9a..3a236c5 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Display test results - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 with: artifact: test-results-${{ matrix.os }} name: Test - Results - ${{ matrix.os }}