Skip to content

Commit 4c6b593

Browse files
dependabot[bot]eduherminio
authored andcommitted
Bump danielpalme/ReportGenerator-GitHub-Action from 4.8.1 to 4.8.4
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/ReportGenerator-GitHub-Action) from 4.8.1 to 4.8.4. - [Release notes](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@4.8.1...b005d60) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 43432dd commit 4c6b593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: '[Ubuntu] Generate test coverage report'
6363
if: matrix.os == 'ubuntu-latest'
64-
uses: danielpalme/[email protected].1
64+
uses: danielpalme/[email protected].4
6565
with:
6666
reports: 'tests/**/*.cobertura.xml'
6767
targetdir: 'coveragereport'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: 'Generate test coverage report'
7070
continue-on-error: true
71-
uses: danielpalme/[email protected].1
71+
uses: danielpalme/[email protected].4
7272
with:
7373
reports: 'tests/**/*.cobertura.xml'
7474
targetdir: 'coveragereport'

0 commit comments

Comments
 (0)