Skip to content

Commit ecccf08

Browse files
Update madrapps/jacoco-report action to v1.7.2 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 300196c commit ecccf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
path: "*/coverage-results.md"
109109
- name: Upload Code Coverage Artifacts (Pull Request)
110110
if: ${{ github.event_name == 'pull_request' }}
111-
uses: madrapps/jacoco-report@v1.7.1
111+
uses: madrapps/jacoco-report@v1.7.2
112112
with:
113113
paths: build/jacoco.xml
114114
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)