Skip to content

Commit 78afe8a

Browse files
authored
Merge pull request #26 from Flashky/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 5df7db6 + 4b2aa23 commit 78afe8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
name: jacoco-report
5959
path: target/site/jacoco
60-
- uses: codecov/codecov-action@v3
60+
- uses: codecov/codecov-action@v4
6161
name: Send coverage to Codecov
6262
with:
6363
file: ./**/target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)