diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 63308229d7..1b3f9e4f01 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -43,7 +43,7 @@ jobs: - name: Add coverage to job summary run: cat ./reports/coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY - name: Upload coverage report - uses: actions/upload-code-coverage@v1.4.0 + uses: actions/upload-code-coverage@v1.4.1 if: github.event_name != 'merge_group' && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') || (github.event_name != 'pull_request' && github.ref_name == github.event.repository.default_branch)) with: file: ./reports/coverage/Cobertura.xml