Skip to content

Commit 1abc75f

Browse files
authored
Merge pull request #752 from jenkinsci/dependabot/github_actions/codecov/codecov-action-4.3.0
Bump codecov/codecov-action from 4.1.1 to 4.3.0
2 parents 2b083d1 + 7ebe3e2 commit 1abc75f

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.1.1
32+
uses: codecov/codecov-action@v4.3.0
3333
with:
3434
files: 'target/site/jacoco/jacoco.xml'
3535
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)