diff --git a/.github/workflows/codacy-coverage-reporter.yaml b/.github/workflows/codacy-coverage-reporter.yaml index 9b52688..641250c 100644 --- a/.github/workflows/codacy-coverage-reporter.yaml +++ b/.github/workflows/codacy-coverage-reporter.yaml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@master - name : coverlet - uses: b3b00/coverlet-action@1.3.4 + uses: b3b00/coverlet-action@11.9 with: testProject: 'Tests/Tests.csproj' output: 'opencover.xml'