diff --git a/.github/workflows/codacy-coverage-reporter.yaml b/.github/workflows/codacy-coverage-reporter.yaml index 264da9f..9ddf0b4 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.2.9 + uses: b3b00/coverlet-action@1.3.0 with: testProject: 'Tests/Tests.csproj' output: 'opencover.xml'