Skip to content

Commit 3632439

Browse files
Merge pull request #2988 from microsoft/dependabot/github_actions/actions/upload-code-coverage-1.3.0
chore(deps): bump actions/upload-code-coverage from 1 to 1.3.0
2 parents aaef78a + 39f510f commit 3632439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Upload coverage report
6666
if: (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)
67-
uses: actions/upload-code-coverage@v1
67+
uses: actions/upload-code-coverage@v1.3.0
6868
with:
6969
file: ./reports/coverage/Cobertura.xml
7070
language: CSharp

0 commit comments

Comments
 (0)