Skip to content

Commit f64aff7

Browse files
chore(deps): bump actions/upload-code-coverage from 1.4.0 to 1.4.1
Bumps [actions/upload-code-coverage](https://github.com/actions/upload-code-coverage) from 1.4.0 to 1.4.1. - [Commits](actions/upload-code-coverage@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: actions/upload-code-coverage dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 870fce0 commit f64aff7

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.4.0
67+
uses: actions/upload-code-coverage@v1.4.1
6868
with:
6969
file: ./reports/coverage/Cobertura.xml
7070
language: CSharp

0 commit comments

Comments
 (0)