Skip to content

Commit 9d478c0

Browse files
authored
Merge pull request #38 from inqwise/dependabot/github_actions/codecov/codecov-action-6
2 parents 7b95892 + fe76b55 commit 9d478c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

3535
- name: Upload coverage reports to Codecov
3636
if: matrix.java == '21'
37-
uses: codecov/codecov-action@v5
37+
uses: codecov/codecov-action@v6
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
file: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)