Skip to content

Commit b3fb96c

Browse files
authored
Merge pull request #149 from jenkinsci/dependabot/github_actions/codecov/codecov-action-4.4.0
Bump codecov/codecov-action from 4.3.1 to 4.4.0
2 parents 63ddfc2 + c6cb1b3 commit b3fb96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Generate coverage with JaCoCo
3030
run: mvn -V --color always -ntp clean verify '-Dgpg.skip'
3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v4.3.1
32+
uses: codecov/codecov-action@v4.4.0
3333
with:
3434
files: 'target/site/jacoco/jacoco.xml'
3535
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)