Skip to content

Commit 9717a3b

Browse files
chore(deps): update codecov/codecov-action action to v5 (#3842)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a2d9ea2 commit 9717a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
run: |
5353
mvn -B verify -P coverage --no-transfer-progress -D maven.javadoc.skip=true
5454
55-
- uses: codecov/codecov-action@v4
55+
- uses: codecov/codecov-action@v5
5656
with:
5757
files: "'*/jacoco.xml'"

.github/workflows/build-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
mvn -B verify -P coverage --no-transfer-progress -D maven.javadoc.skip=true
4343
44-
- uses: codecov/codecov-action@v4
44+
- uses: codecov/codecov-action@v5
4545
with:
4646
files: "'*/jacoco.xml'"
4747

0 commit comments

Comments
 (0)